HttpWorkerRequest.HeaderContentLength Pole

Definice

Určuje číslo indexu hlavičky Content-Length HTTP.

public: int HeaderContentLength = 11;
public const int HeaderContentLength = 11;
val mutable HeaderContentLength : int
Public Const HeaderContentLength As Integer  = 11

Hodnota pole

Value = 11

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