4 references to SetChannelBinding
System.ServiceModel (4)
System\ServiceModel\Channels\FramingChannels.cs (2)
275
this.
SetChannelBinding
(channelBindingProvider.GetChannelBinding(upgradeInitiator, ChannelBindingKind.Endpoint));
552
this.channel.
SetChannelBinding
(this.channelBindingProvider.GetChannelBinding(this.upgradeInitiator, ChannelBindingKind.Endpoint));
System\ServiceModel\Channels\SessionConnectionReader.cs (2)
459
this.
SetChannelBinding
(this.channelBindingProvider.GetChannelBinding(this.upgradeAcceptor, ChannelBindingKind.Endpoint));
507
this.
SetChannelBinding
(this.channelBindingProvider.GetChannelBinding(this.upgradeAcceptor, ChannelBindingKind.Endpoint));