HttpWorkerRequest.HeaderWarning Pole

Definice

Určuje číslo indexu hlavičky Warning HTTP.

public: int HeaderWarning = 9;
public const int HeaderWarning = 9;
val mutable HeaderWarning : int
Public Const HeaderWarning As Integer  = 9

Hodnota pole

Value = 9

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