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