1 write to idleConnection
System (1)
net\System\Net\Configuration\HttpListenerTimeoutsElement.cs (1)
21idleConnection = CreateTimeSpanProperty(ConfigurationStrings.IdleConnection);
2 references to idleConnection
System (2)
net\System\Net\Configuration\HttpListenerTimeoutsElement.cs (2)
31properties.Add(idleConnection); 63get { return (TimeSpan)this[idleConnection]; }