'Declaration
Public Function New( _ ByVal descriptorString As String _ )
'Usage
Dim descriptorString As String Dim instance As New UAEndpointDescriptor(descriptorString)
public UAEndpointDescriptor( string descriptorString )
public: UAEndpointDescriptor( String^ descriptorString )
Parameters
- descriptorString
- The network address that the Client wishes to use to access the Server (a URL string of the resource).
The value represents an OPC UA endpoint descriptor string. Any string can be passed to this parameter (i.e. will not cause System.ArgumentException), but not all values make sense and will work when an operation using them is attempted. The OPC UA endpoint descriptor string is typically the URL of the server endpoint.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).