HttpListenerTimeoutsElement::DrainEntityBody Property
.NET Framework (current version)
Gets the time, in seconds, allowed for the HttpListener to drain the entity body on a Keep-Alive connection.
Assembly: System (in System.dll)
public: [ConfigurationPropertyAttribute("drainEntityBody", DefaultValue = 0, IsRequired = false)] property TimeSpan DrainEntityBody { TimeSpan get(); }
Property Value
Type: System::TimeSpanReturns TimeSpan.
The time, in seconds, allowed for the HttpListener to drain the entity body on a Keep-Alive connection.
On a Keep-Alive connection, after the app has sent a response for a request and before the request entity body has completely arrived, the HttpListener starts draining the remainder of the entity body to reach another potentially pipelined request from the client. If the time to drain the remaining entity body exceeds the allowed period the connection is timed out.
.NET Framework
Available since 4.5
Available since 4.5
Show: