2 implementations of IdleTimeout
System.ServiceModel (2)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
109
public TimeSpan
IdleTimeout
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (1)
97
public TimeSpan
IdleTimeout
3 references to IdleTimeout
System.ServiceModel (3)
System\ServiceModel\Channels\ConnectionOrientedTransportManager.cs (1)
51
this.idleTimeout = listenerSettings.
IdleTimeout
;
System\ServiceModel\Channels\ConnectionPool.cs (2)
628
: base(settings.MaxOutboundConnectionsPerEndpoint, settings.
IdleTimeout
, leaseTimeout)
661
(this.IdleTimeout == settings.
IdleTimeout
) &&