HttpWorkerRequest.HeaderTransferEncoding Pole

Definice

Určuje číslo indexu hlavičky Transfer-Encoding HTTP.

public: int HeaderTransferEncoding = 6;
public const int HeaderTransferEncoding = 6;
val mutable HeaderTransferEncoding : int
Public Const HeaderTransferEncoding As Integer  = 6

Hodnota pole

Value = 6

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