TimeoutManager.HeaderWait Property

Definition

The time, in seconds, allowed for the HTTP Server API to parse the request header. The default timer is 2 minutes.

This timeout is only enforced after the first request on the connection is routed to the application.

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

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

Property Value

Applies to