HttpListenerTimeoutManager::HeaderWait Property
.NET Framework (current version)
Gets or sets the time, in seconds, allowed for the HttpListener to parse the request header.
Assembly: System (in System.dll)
Property Value
Type: System::TimeSpanReturns TimeSpan.
The time, in seconds, allowed for the HttpListener to parse the request header.
The default value for this property is 2 minutes.
This timeout is only enforced after the first request on the connection is routed to the HttpListener.
The system cannot determine the request queue or URL group that the request is associated with until the headers have been parsed. Therefore, the HttpListener enforces the default HeaderWait timer for the first request on a connection. Subsequent requests on a Keep-Alive connection will use the value set on this property.
.NET Framework
Available since 4.5
Available since 4.5
Show: