2 writes to channelBindingToken
System.ServiceModel (2)
System\ServiceModel\Channels\SingletonConnectionReader.cs (2)
968
this.
channelBindingToken
= preambleReader.ChannelBinding;
1014
ChannelBindingUtility.Dispose(ref this.
channelBindingToken
);
2 references to channelBindingToken
System.ServiceModel (2)
System\ServiceModel\Channels\SingletonConnectionReader.cs (2)
1029
if (this.
channelBindingToken
!= null)
1031
ChannelBindingMessageProperty property = new ChannelBindingMessageProperty(this.
channelBindingToken
, false);