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