'Declaration
<NotNullAttribute()> Public Shared Function InferFromResourceUrl( _ ByVal resourceUrl As Uri _ ) As String
'Usage
Dim resourceUrl As Uri Dim value As String value = UAPubSubTransportProfileUriStrings.InferFromResourceUrl(resourceUrl)
[NotNull()] public static string InferFromResourceUrl( Uri resourceUrl )
[NotNull()] public: static String^ InferFromResourceUrl( Uri^ resourceUrl )
Parameters
- resourceUrl
- The resource URL of a PubSub connection.
Return Value
Returns the transport profile URI string inferred from the resourceUrl, or an empty string if the transport profile cannot be inferred.