TimeoutManager.EntityBody Property

Definition

The time, in seconds, allowed for the request entity body to arrive. The default timer is 2 minutes.

The HTTP Server API turns on this timer when the request has an entity body. The timer expiration is initially set to the configured value. When the HTTP Server API receives additional data indications on the request, it resets the timer to give the connection another interval.

Use TimeSpan.Zero to indicate that system defaults should be used.

public:
 property TimeSpan EntityBody { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan EntityBody { get; set; }
member this.EntityBody : TimeSpan with get, set
Public Property EntityBody As TimeSpan

Property Value

Applies to