1 write to timeouts
System (1)
net\System\Net\Configuration\HttpListenerElement.cs (1)
27timeouts = new ConfigurationProperty(ConfigurationStrings.Timeouts, typeof(HttpListenerTimeoutsElement), null,
2 references to timeouts
System (2)
net\System\Net\Configuration\HttpListenerElement.cs (2)
32properties.Add(timeouts); 45get { return (HttpListenerTimeoutsElement)this[timeouts]; }