Implemented interface member:
method
UriToFormatName
System.ServiceModel.Channels.MsmqUri.IAddressTranslator.UriToFormatName(System.Uri)
1 override of UriToFormatName
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqUri.cs (1)
229
public override string
UriToFormatName
(Uri uri)
1 reference to UriToFormatName
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqUri.cs (1)
231
return MsmqFormatName.FromQueuePath(base.
UriToFormatName
(uri));