QuickOPC User's Guide and Reference
DiscoveryNetworkAddress Property (UADatagramConnectionTransportParameters)



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
 
<NotNullAttribute()>
Public Property DiscoveryNetworkAddress As NetworkAddress
'Usage
 
Dim instance As UADatagramConnectionTransportParameters
Dim value As NetworkAddress
 
instance.DiscoveryNetworkAddress = value
 
value = instance.DiscoveryNetworkAddress
[NotNull()]
public NetworkAddress DiscoveryNetworkAddress {get; set;}
[NotNull()]
public:
property NetworkAddress^ DiscoveryNetworkAddress {
   NetworkAddress^ get();
   void set (    NetworkAddress^ value);
}
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