QuickOPC User's Guide and Reference
UALocalEndpointDiscoveryQuery Constructor(String)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Discovery Namespace > UALocalEndpointDiscoveryQuery Class > UALocalEndpointDiscoveryQuery Constructor : UALocalEndpointDiscoveryQuery Constructor(String)
The discovery endpoint URL of the server.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal discoveryUriString As String _
)
'Usage
 
Dim discoveryUriString As String
 
Dim instance As New UALocalEndpointDiscoveryQuery(discoveryUriString)
public UALocalEndpointDiscoveryQuery( 
   string discoveryUriString
)
public:
UALocalEndpointDiscoveryQuery( 
   String^ discoveryUriString
)

Parameters

discoveryUriString
The discovery endpoint URL of the server.
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