4 implementations of Scheme
System.ServiceModel (4)
System\ServiceModel\Channels\MsmqUri.cs (4)
130public string Scheme 180public string Scheme 260public string Scheme 323public string Scheme
10 references to Scheme
System.ServiceModel (10)
System\ServiceModel\Channels\BaseUriWithWildcard.cs (4)
199else if (protocol.Equals(MsmqUri.NetMsmqAddressTranslator.Scheme, StringComparison.OrdinalIgnoreCase)) 201return new BaseUriWithWildcard(MsmqUri.NetMsmqAddressTranslator.Scheme, -1, binding, 1, path, "*"); 203else if (protocol.Equals(MsmqUri.FormatNameAddressTranslator.Scheme, StringComparison.OrdinalIgnoreCase)) 205return new BaseUriWithWildcard(MsmqUri.FormatNameAddressTranslator.Scheme, -1, binding, 1, path, "*");
System\ServiceModel\Channels\MsmqChannelFactoryBase.cs (1)
114get { return this.addressTranslator.Scheme; }
System\ServiceModel\Channels\MsmqInputChannelListener.cs (1)
12SetSecurityTokenAuthenticator(MsmqUri.NetMsmqAddressTranslator.Scheme, context);
System\ServiceModel\Channels\MsmqInputSessionChannelListener.cs (1)
19SetSecurityTokenAuthenticator(MsmqUri.NetMsmqAddressTranslator.Scheme, context);
System\ServiceModel\Channels\MsmqUri.cs (2)
82if (uri.Scheme == NetMsmqAddressTranslator.Scheme) 86else if (uri.Scheme == FormatNameAddressTranslator.Scheme)
System\ServiceModel\MsmqIntegration\MsmqIntegrationChannelListener.cs (1)
18SetSecurityTokenAuthenticator(MsmqUri.FormatNameAddressTranslator.Scheme, context);