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