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