4 references to GetToken
System.ServiceModel (4)
System\ServiceModel\Channels\ChannelBindingUtility.cs (1)
94return GetToken(stream.TransportContext);
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
2480this.channelBindingToken = ChannelBindingUtility.GetToken(context); 2757this.channelBindingToken = ChannelBindingUtility.GetToken(context);
System\ServiceModel\Channels\HttpRequestContext.cs (1)
954return ChannelBindingUtility.GetToken(this.listenerHttpContext.listenerContext.Request.TransportContext);