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