HttpListenerTimeoutManager::EntityBody Property
.NET Framework (current version)
Gets or sets the time, in seconds, allowed for the request entity body to arrive.
Assembly: System (in System.dll)
The default value for this property is 2 minutes.
The HttpListener turns on this timer when the request has an entity body. The timer expiration is initially set to the configured value. When the HttpListener receives additional data indications on the request, it resets the timer to give the connection another interval.
.NET Framework
Available since 4.5
Available since 4.5
Show: