1 write to timeoutHelper
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpOutputChannel.cs (1)
954
this.
timeoutHelper
= new TimeoutHelper(timeout);
2 references to timeoutHelper
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpOutputChannel.cs (2)
975
throw FxTrace.Exception.AsError(new TimeoutException(SR.TimeoutOnOperation(thisPtr.
timeoutHelper
.OriginalTimeout)));
1034
return !needToWait || this.channel.retransmissionDoneWaitHandle.WaitAsync(completeCleanupCallback, this, this.
timeoutHelper
.RemainingTime());