'Declaration
<NotNullAttribute()> Public Shared Function MakeDescriptorString( _ ByVal uriString As String, _ ByVal endpointSelectionPolicy As UAEndpointSelectionPolicy, _ ByVal unescape As Boolean _ ) As String
'Usage
Dim uriString As String Dim endpointSelectionPolicy As UAEndpointSelectionPolicy Dim unescape As Boolean Dim value As String value = UAEndpointDescriptor.MakeDescriptorString(uriString, endpointSelectionPolicy, unescape)
[NotNull()] public static string MakeDescriptorString( string uriString, UAEndpointSelectionPolicy endpointSelectionPolicy, bool unescape )
[NotNull()] public: static String^ MakeDescriptorString( String^ uriString, UAEndpointSelectionPolicy^ endpointSelectionPolicy, bool unescape )
Parameters
- uriString
- The URI string of the endpoint.
- endpointSelectionPolicy
- The endpoint selection policy of the endpoint.
- unescape
- Whether to unescape the parts of the descriptor string (for display purposes).
Return Value
Returns the descriptor string created from the given parts.