2 writes to timeoutHelper
System.ServiceModel (2)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (2)
220
this.
timeoutHelper
= timeoutHelper;
326
connection, channel.Via, channel.messageEncoder.ContentType, ref
timeoutHelper
,
3 references to timeoutHelper
System.ServiceModel (3)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (3)
263
this.
timeoutHelper
, onUpgrade, this);
291
timeoutHelper
.RemainingTime(), onWritePreambleEnd, this);
305
timeoutHelper
.RemainingTime(), onReadPreambleAck, this);