2 writes to IdleTimeout
System.ServiceModel.NetTcp.Tests (2)
Channels\TcpConnectionPoolSettingsTest.cs (2)
42
settings.
IdleTimeout
= timeSpan;
53
Assert.Throws<ArgumentOutOfRangeException>(() => settings.
IdleTimeout
= timeSpan);
2 references to IdleTimeout
System.ServiceModel.NetTcp (1)
System\ServiceModel\Channels\TcpChannelFactory.cs (1)
14
bindingElement.ConnectionPoolSettings.
IdleTimeout
,
System.ServiceModel.NetTcp.Tests (1)
Channels\TcpConnectionPoolSettingsTest.cs (1)
43
Assert.Equal<TimeSpan>(timeSpan, settings.
IdleTimeout
);