HttpWorkerRequest.HeaderTrailer Field

Definition

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 = 5

Remarks

The .NET Framework assigns an index number to each standard HTTP header type, for use in the GetKnownRequestHeader and SendKnownResponseHeader methods.

Applies to