12 references to CustomChannelBinding
System (3)
net\System\Net\HttpListener.cs (1)
465
if (value.
CustomChannelBinding
!= null)
net\System\Net\SecureProtocols\_NegoState.cs (2)
108
if (policy.
CustomChannelBinding
== null && policy.CustomServiceNames == null)
119
ValidateCreateContext(package, true, credential, servicePrincipalName, _ExtendedProtectionPolicy.
CustomChannelBinding
, protectionLevel, impersonationLevel);
System.ServiceModel (7)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (2)
569
if (policy.
CustomChannelBinding
!= null)
571
extendedProtectionPolicy.SetProperty(AdministrationStrings.CustomChannelBinding, policy.
CustomChannelBinding
.GetType().ToString());
System\ServiceModel\Channels\ChannelBindingUtility.cs (2)
148
if (policy1.
CustomChannelBinding
!= policy2.
CustomChannelBinding
)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
724
policy.
CustomChannelBinding
== null && //not needed if a channel binding is provided.
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
386
if (this.securityProtocolFactory != null && this.securityProtocolFactory.ExtendedProtectionPolicy != null && this.securityProtocolFactory.ExtendedProtectionPolicy.
CustomChannelBinding
!= null)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
370
if (extendedProtectionPolicy.
CustomChannelBinding
!= null)
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\HostedAspNetEnvironment.cs (2)
288
Fx.Assert(iisPolicy.
CustomChannelBinding
!= extendedProtectionPolicy.
CustomChannelBinding
, "new case in ChannelBindingUtility.AreEqual to account for");