'Declaration
<NotNullAttribute()> Overloads Public Operator Widening CType( _ ByVal endpointUri As Uri _ ) As UAEndpointDescriptor
'Usage
[NotNull()] public UAEndpointDescriptor operator implicit( Uri endpointUri )
[NotNull()] public: operator UAEndpointDescriptor^ ( Uri^ endpointUri )
Parameters
- endpointUri
- The URI to be converted,
Return Value
For a non-null input, returns the endpoint descriptor with the given URI. Returns an endpoint descriptor with an empty URL string if the input is
null
.