1 write to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
1226this.timeoutHelper = new TimeoutHelper(timeout);
4 references to timeoutHelper
System.ServiceModel (4)
System\ServiceModel\Channels\DatagramAdapter.cs (4)
1235channel.BeginOpen(this.timeoutHelper.RemainingTime(), Fx.ThunkCallback(new AsyncCallback(OnOpenComplete)), channel); 1239channel.BeginSend(message, this.timeoutHelper.RemainingTime(), Fx.ThunkCallback(new AsyncCallback(OnSendComplete)), channel); 1258channel.BeginSend(this.message, this.timeoutHelper.RemainingTime(), Fx.ThunkCallback(new AsyncCallback(OnSendComplete)), channel); 1303channel.BeginClose(this.timeoutHelper.RemainingTime(), Fx.ThunkCallback(new AsyncCallback(OnCloseComplete)), channel);