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