Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 819 Bytes

add-timeout.md

File metadata and controls

40 lines (29 loc) · 819 Bytes
title description ms.assetid keywords topic_type api_name api_type ms.topic ms.date
add timeout
Adds a global timeout to the HTTP.sys service.
c59a64e2-36aa-4428-b727-df21f5632d0d
add timeout HTTP
apiref
add timeout
NA
reference
05/31/2018

add timeout

Adds a global timeout to the HTTP.sys service.

add timeout [timeouttype=]{idleconnectiontimeout|headerwaittimeout}
            [value=]u-short

Parameters

[timeouttype=]{idleconnectiontimeout|headerwaittimeout}

Specifies the type of timeout for setting.

[value=]u-short

Specifies the value of the timeout (in seconds). If value is hexadecimal, then add the prefix 0x.

Examples

add timeout timeouttype=idleconnectiontimeout value=120

add timeout timeouttype=headerwaittimeout value=0x40