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