1 write to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
295
this.
timeoutHelper
= new TimeoutHelper(timeout);
2 references to timeoutHelper
System.ServiceModel (2)
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (2)
296
this.outputChannel = outer.ValidateStateAndGetOutputChannel(message,
timeoutHelper
);
301
IAsyncResult result = outputChannel.BeginSend(message,
timeoutHelper
.RemainingTime(), sendCompleteCallback, this);