Click or drag to resize
HTTPResponseHeaders Fields

The HTTPResponseHeaders 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 fieldHTTPResponseCode
Status code from HTTP Response. If setting, also set HTTPResponseStatus too!
Public fieldHTTPResponseStatus
Code AND Description of Response Status (e.g. '200 OK').
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