1 write to tokenContainer
System.ServiceModel (1)
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
538
this.
tokenContainer
= new SecurityTokenContainer(token);
1 reference to tokenContainer
System.ServiceModel (1)
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
444
IAsyncResult result = this.httpsChannel.BeginBaseGetWebRequest(to, via,
tokenContainer
, ref timeoutHelper, onGetBaseWebRequestCallback, this);