HttpWorkerRequest.HeaderContentType Pole

Definice

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

public: int HeaderContentType = 12;
public const int HeaderContentType = 12;
val mutable HeaderContentType : int
Public Const HeaderContentType As Integer  = 12

Hodnota pole

Value = 12

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