1 write to headerWait
System (1)
net\System\Net\Configuration\HttpListenerTimeoutsElement.cs (1)
22headerWait = CreateTimeSpanProperty(ConfigurationStrings.HeaderWait);
2 references to headerWait
System (2)
net\System\Net\Configuration\HttpListenerTimeoutsElement.cs (2)
32properties.Add(headerWait); 69get { return (TimeSpan)this[headerWait]; }