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