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