HttpWorkerRequest.HeaderTrailer Pole

Definice

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

public: int HeaderTrailer = 5;
public const int HeaderTrailer = 5;
val mutable HeaderTrailer : int
Public Const HeaderTrailer As Integer  = 5

Hodnota pole

Value = 5

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