3 references to HttpListenerTimeoutsElement
System (3)
net\System\Net\Configuration\HttpListenerElement.cs (3)
27
timeouts = new ConfigurationProperty(ConfigurationStrings.Timeouts, typeof(
HttpListenerTimeoutsElement
), null,
43
public
HttpListenerTimeoutsElement
Timeouts
45
get { return (
HttpListenerTimeoutsElement
)this[timeouts]; }