3 references to IsChannelBindingSupportEnabled
System.ServiceModel (3)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (3)
578Fx.Assert(this.IsChannelBindingSupportEnabled, "A request for the ChannelBinding is not permitted without enabling ChannelBinding first (through the IChannelBindingProvider interface)"); 622if (this.IsChannelBindingSupportEnabled) 729if (this.acceptor.IsChannelBindingSupportEnabled)