HttpListenerTimeoutsElement::RequestQueue Property
.NET Framework (current version)
Gets 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)
public: [ConfigurationPropertyAttribute("requestQueue", DefaultValue = 0, IsRequired = false)] property TimeSpan RequestQueue { TimeSpan get(); }
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.
.NET Framework
Available since 4.5
Available since 4.5
Show: