HttpWorkerRequest.HeaderAcceptCharset Pole

Definice

Určuje číslo indexu hlavičky Accept-Charset HTTP.

public: int HeaderAcceptCharset = 21;
public const int HeaderAcceptCharset = 21;
val mutable HeaderAcceptCharset : int
Public Const HeaderAcceptCharset As Integer  = 21

Hodnota pole

Value = 21

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