1 implementation of IdleTimeout
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
107
public TimeSpan
IdleTimeout
2 references to IdleTimeout
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPool.cs (2)
606
: base(settings.MaxOutboundConnectionsPerEndpoint, settings.
IdleTimeout
, leaseTimeout)
639
(this.IdleTimeout == settings.
IdleTimeout
) &&