2 writes to timeoutHelper
System.ServiceModel (2)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (2)
638
this.
timeoutHelper
= new TimeoutHelper(timeout);
681
IAsyncResult 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)
647
IAsyncResult result = connectionPoolHelper.BeginEstablishConnection(
timeoutHelper
.RemainingTime(), onEstablishConnection, this);
699
new TimeoutException(SR.GetString(SR.TimeoutOnRequest, this.
timeoutHelper
.OriginalTimeout), exception));
727
IAsyncResult receiveResult = connectionReader.BeginReceive(
timeoutHelper
.RemainingTime(), onReceiveReply, this);