HttpWorkerRequest.HeaderTrailer Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the index number for the Trailer
HTTP header.
public: int HeaderTrailer = 5;
public const int HeaderTrailer = 5;
val mutable HeaderTrailer : int
Public Const HeaderTrailer As Integer = 5
Field Value
Value = 5Remarks
The .NET Framework assigns an index number to each standard HTTP header type, for use in the GetKnownRequestHeader and SendKnownResponseHeader methods.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.