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