1 write to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
1501this.timeoutHelper = new TimeoutHelper(timeout);
6 references to timeoutHelper
System.ServiceModel (6)
System\ServiceModel\Channels\SecurityChannelListener.cs (6)
1563IAsyncResult asyncResult = BeginTryReceiveItem(timeoutHelper.RemainingTime(), innerTryReceiveCompletedCallback, this); 1636this.item = ProcessInnerItem(this.innerItem, this.timeoutHelper.RemainingTime()); 1665if (this.timeoutHelper.RemainingTime() == TimeSpan.Zero) 1695IAsyncResult result = this.BeginSendFault(this.innerItem, faultMessage, this.timeoutHelper.RemainingTime(), Fx.ThunkCallback(new AsyncCallback(SendFaultCallback)), e); 1702CloseInnerItem(innerItem, timeoutHelper.RemainingTime()); 1742this.CloseInnerItem(this.innerItem, timeoutHelper.RemainingTime());