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