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