'Declaration
<NotNullAttribute()> Public Shared Function InferredTransportScheme( _ ByVal transportProfileUriString As String _ ) As String
'Usage
Dim transportProfileUriString As String Dim value As String value = UAPubSubUtilities.InferredTransportScheme(transportProfileUriString)
[NotNull()] public static string InferredTransportScheme( string transportProfileUriString )
[NotNull()] public: static String^ InferredTransportScheme( String^ transportProfileUriString )
Parameters
- transportProfileUriString
- The transport profile URI string.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
A scheme inferred from the transportProfileUriString.
This method never returns null
(Nothing
in Visual Basic).