1 write to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\Security\ReceiveMessageAndVerifySecurityAsyncResultBase.cs (1)
22this.timeoutHelper = new TimeoutHelper(timeout);
3 references to timeoutHelper
System.ServiceModel (3)
System\ServiceModel\Security\ReceiveMessageAndVerifySecurityAsyncResultBase.cs (3)
28IAsyncResult asyncResult = innerChannel.BeginTryReceive(this.timeoutHelper.RemainingTime(), innerTryReceiveCompletedCallback, this); 41bool completedSynchronously = this.OnInnerReceiveDone(ref this.message, this.timeoutHelper.RemainingTime()); 71completeSelf = thisResult.OnInnerReceiveDone(ref thisResult.message, thisResult.timeoutHelper.RemainingTime());