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