'Declaration
<JetBrains.Annotations.NotNullAttribute()> Public Overloads Shared Function GetProtocolNames( _ ByVal transportProfileUri As Uri _ ) As IEnumerable(Of String)
'Usage
Dim transportProfileUri As Uri Dim value As IEnumerable(Of String) value = UATransportProfileUriStrings.GetProtocolNames(transportProfileUri)
[JetBrains.Annotations.NotNull()] public static IEnumerable<string> GetProtocolNames( Uri transportProfileUri )
[JetBrains.Annotations.NotNull()] public: static IEnumerable<String^>^ GetProtocolNames( Uri^ transportProfileUri )
Parameters
- transportProfileUri
- The transport profile URI for which the protocol names should be obtained.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).