1 write to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\Security\MessageSecurityProtocol.cs (1)
779this.timeoutHelper = new TimeoutHelper(timeout);
2 references to timeoutHelper
System.ServiceModel (2)
System\ServiceModel\Security\MessageSecurityProtocol.cs (2)
729OnGetTokenDone(ref this.message, token, timeoutHelper.RemainingTime()); 780IAsyncResult result = this.provider.BeginGetToken(timeoutHelper.RemainingTime(), getTokenCompleteCallback, this);