Infers a scheme from the transport profile URI string.
Syntax
[NotNull()]
public static string InferredTransportScheme(
string
)
'Declaration
<NotNullAttribute()>
Public Shared Function InferredTransportScheme( _
ByVal As String _
) As String
'Usage
Dim transportProfileUriString As String
Dim value As String
value = UAPubSubUtilities.InferredTransportScheme(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 .
This method never returns null
(Nothing
in Visual Basic).
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also