1 write to timeoutHelper
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpChannelBase.cs (1)
442
this.
timeoutHelper
= new TimeoutHelper(timeout);
3 references to timeoutHelper
System.ServiceModel.Channels (3)
System\ServiceModel\Channels\UdpChannelBase.cs (3)
474
thisPtr.channel.Cleanup(false, thisPtr.
timeoutHelper
.RemainingTime());
482
IAsyncResult result = this.channel.UdpOutputChannel.BeginClose(this.
timeoutHelper
.RemainingTime(), this.PrepareAsyncCompletion(completeCloseOutputChannelCallback), this);
491
IAsyncResult result = this.baseBeginClose(this.
timeoutHelper
.RemainingTime(), this.PrepareAsyncCompletion(completeBaseCloseCallback), this);