'Declaration
Public Function New( _ ByVal endpointUri As Uri _ )
'Usage
Dim endpointUri As Uri Dim instance As New UAEndpointDescriptor(endpointUri)
public UAEndpointDescriptor( Uri endpointUri )
public: UAEndpointDescriptor( Uri^ endpointUri )
Parameters
- endpointUri
- The URI that the client wishes to use to access the server.
The value of this parameter can be
null
(Nothing
in Visual Basic).