1 write to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
843
this.
timeoutHelper
= new TimeoutHelper(timeout);
3 references to timeoutHelper
System.ServiceModel (3)
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (3)
878
IAsyncResult result = this.channel.BeginOpen(this.
timeoutHelper
.RemainingTime(), openChannelCallback, this);
938
IAsyncResult result = this.channel.BeginRequest(requestMessage, this.
timeoutHelper
.RemainingTime(), Fx.ThunkCallback(new AsyncCallback(this.RequestCallback)), wrapper);
1018
IAsyncResult result = this.channel.BeginClose(this.
timeoutHelper
.RemainingTime(), closeChannelCallback, this);