HttpWorkerRequest.HeaderKeepAlive Pole

Definice

Určuje číslo indexu hlavičky Keep-Alive HTTP.

public: int HeaderKeepAlive = 3;
public const int HeaderKeepAlive = 3;
val mutable HeaderKeepAlive : int
Public Const HeaderKeepAlive As Integer  = 3

Hodnota pole

Value = 3

Poznámky

Rozhraní .NET přiřadí číslo indexu každému standardnímu typu hlavičky HTTP, pro použití v metodách GetKnownRequestHeader a SendKnownResponseHeader.

Platí pro