1 write to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\Security\SecurityProtocol.cs (1)
869this.timeoutHelper = new TimeoutHelper(timeout);
5 references to timeoutHelper
System.ServiceModel (5)
System\ServiceModel\Security\SecurityProtocol.cs (5)
934result = new SecurityTokenProvider.SecurityTokenAsyncResult(new ProviderBackedSecurityToken(spec.TokenProvider, timeoutHelper.RemainingTime()), null, this); 938result = spec.TokenProvider.BeginGetToken(timeoutHelper.RemainingTime(), getSupportingTokensCallback, this); 948return this.OnGetSupportingTokensDone(timeoutHelper.RemainingTime()); 954if (this.binding.TryGetSupportingTokens(this.binding.SecurityProtocolFactory, this.binding.Target, this.binding.Via, this.message, timeoutHelper.RemainingTime(), false, out supportingTokens)) 956completeSelf = this.OnGetSupportingTokensDone(timeoutHelper.RemainingTime());