Click or drag to resize
HTTPRequestHeaders Fields

The HTTPRequestHeaders type exposes the following members.

Fields
  NameDescription
Protected field_HeaderEncoding
Text encoding to be used when converting this header object to/from a byte array
(Inherited from HTTPHeaders.)
Public fieldHTTPMethod
The HTTP Method (e.g. GET, POST, etc)
Public fieldHTTPVersion
HTTP version (e.g. HTTP/1.1)
(Inherited from HTTPHeaders.)
Protected fieldstorage
Storage for individual HTTPHeaderItems in this header collection NB: Using a list is important, as order can matter
(Inherited from HTTPHeaders.)
Top
See Also