HttpWorkerRequest.HeaderAccept Field
Definition
Specifies the index number for the Accept
HTTP header.
public: int HeaderAccept = 20;
public const int HeaderAccept = 20;
val mutable HeaderAccept : int
Public Const HeaderAccept As Integer = 20
Field Value
Remarks
The .NET Framework assigns an index number to each standard HTTP header type, for use in the GetKnownRequestHeader and SendKnownResponseHeader methods.