2 writes to timeoutHelper
System.ServiceModel (2)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (2)
638this.timeoutHelper = new TimeoutHelper(timeout); 681IAsyncResult writeResult = StreamingConnectionHelper.BeginWriteMessage(this.message, this.connection, true, this.channel.settings, ref timeoutHelper, onWriteMessage, this);
3 references to timeoutHelper
System.ServiceModel (3)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (3)
647IAsyncResult result = connectionPoolHelper.BeginEstablishConnection(timeoutHelper.RemainingTime(), onEstablishConnection, this); 699new TimeoutException(SR.GetString(SR.TimeoutOnRequest, this.timeoutHelper.OriginalTimeout), exception)); 727IAsyncResult receiveResult = connectionReader.BeginReceive(timeoutHelper.RemainingTime(), onReceiveReply, this);