1 write to timeoutHelper
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
432this.timeoutHelper = new TimeoutHelper(timeout);
3 references to timeoutHelper
System.ServiceModel (3)
System\ServiceModel\Channels\SecurityChannelFactory.cs (3)
436null, typeof(TChannel) == typeof(IRequestChannel), timeoutHelper.RemainingTime()); 452IAsyncResult result = securityProtocol.BeginOpen(timeoutHelper.RemainingTime(), openSecurityProtocolCallback, this); 497IAsyncResult result = this.clientChannel.InnerChannel.BeginOpen(this.timeoutHelper.RemainingTime(), openInnerChannelCallback, this);