8 references to FormatNameAddressTranslator
System.ServiceModel (8)
System\ServiceModel\Channels\BaseUriWithWildcard.cs (2)
203
else if (protocol.Equals(MsmqUri.
FormatNameAddressTranslator
.Scheme, StringComparison.OrdinalIgnoreCase))
205
return new BaseUriWithWildcard(MsmqUri.
FormatNameAddressTranslator
.Scheme, -1, binding, 1, path, "*");
System\ServiceModel\Channels\MsmqUri.cs (2)
86
else if (uri.Scheme ==
FormatNameAddressTranslator
.Scheme)
88
return
FormatNameAddressTranslator
.UriToFormatName(uri);
System\ServiceModel\MsmqIntegration\MsmqIntegrationBindingElement.cs (1)
38
return MsmqUri.
FormatNameAddressTranslator
;
System\ServiceModel\MsmqIntegration\MsmqIntegrationChannelListener.cs (1)
18
SetSecurityTokenAuthenticator(MsmqUri.
FormatNameAddressTranslator
.Scheme, context);
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (2)
260
MsmqUri.
FormatNameAddressTranslator
.UriToFormatName(value);
277
string queueName = MsmqUri.
FormatNameAddressTranslator
.UriToFormatName(value);