'Declaration
<NotNullAttribute()> Public Shared Shadows Function FromString( _ ByVal endpointDescriptorString As String _ ) As UAEndpointDescriptor
'Usage
Dim endpointDescriptorString As String Dim value As UAEndpointDescriptor value = UAEndpointDescriptor.FromString(endpointDescriptorString)
[NotNull()] public new static UAEndpointDescriptor FromString( string endpointDescriptorString )
[NotNull()] public: new static UAEndpointDescriptor^ FromString( String^ endpointDescriptorString )
Parameters
- endpointDescriptorString
- The network address that the Client wishes to use to access the Server (a URL string of the resource).
Return Value
Returns an endpoint descriptor with the specified network address (endpoint URL).