OPC Studio User's Guide and Reference
DiscoveryNetworkAddress Property (UADatagramConnectionTransportParameters)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace > UADatagramConnectionTransportParameters Class : DiscoveryNetworkAddress Property
Contains the network address information used for the discovery probe and announcement messages.
Syntax
'Declaration
 
<JetBrains.Annotations.NotNullAttribute()>
Public Property DiscoveryNetworkAddress As NetworkAddress
 
'Usage
 
Dim instance As UADatagramConnectionTransportParameters
Dim value As NetworkAddress
 
instance.DiscoveryNetworkAddress = value
 
value = instance.DiscoveryNetworkAddress

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also