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