1 write to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\Security\MessageSecurityProtocol.cs (1)
981this.timeoutHelper = new TimeoutHelper(timeout);
3 references to timeoutHelper
System.ServiceModel (3)
System\ServiceModel\Security\MessageSecurityProtocol.cs (3)
873IAsyncResult result = this.secondaryProvider.BeginGetToken(this.timeoutHelper.RemainingTime(), getSecondaryTokenCompleteCallback, this); 894OnBothGetTokenCallsDone(ref this.message, this.primaryToken, token, timeoutHelper.RemainingTime()); 989IAsyncResult result = this.primaryProvider.BeginGetToken(this.timeoutHelper.RemainingTime(), getPrimaryTokenCompleteCallback, this);