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