TimeoutManager.HeaderWait Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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