3 writes to channelBindingToken
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelHelpers.cs (3)
2467this.channelBindingToken = null; 2480this.channelBindingToken = ChannelBindingUtility.GetToken(context); 2504return GetOutputStreamAsyncResult.End(result, out this.channelBindingToken);
2 references to channelBindingToken
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
2448return this.channelBindingToken; 2466ChannelBinding result = this.channelBindingToken;