HttpListenerTimeoutManager::RequestQueue Property
.NET Framework (current version)
Gets or sets the time, in seconds, allowed for the request to remain in the request queue before the HttpListener picks it up.
Assembly: System (in System.dll)
Property Value
Type: System::TimeSpanReturns TimeSpan.
The time, in seconds, allowed for the request to remain in the request queue before the HttpListener picks it up.
The default value for this property is 2 minutes.
.NET Framework
Available since 4.5
Available since 4.5
Show: