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