1 write to timeoutHelper
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (1)
40this.timeoutHelper = new TimeoutHelper(timeout);
4 references to timeoutHelper
System.ServiceModel.Routing (4)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (4)
41this.timeoutHelper.RemainingTime(); //Start the timer 331messageRpc.ReceiveContext.Abandon(this.timeoutHelper.RemainingTime()); 434result = ((ICommunicationObject)this.client).BeginClose(this.timeoutHelper.RemainingTime(), 648result = messageRpc.ReceiveContext.BeginComplete(this.timeoutHelper.RemainingTime(),