HTTPResponseHeaders Fields |
The HTTPResponseHeaders type exposes the following members.
Name | Description | |
---|---|---|
_HeaderEncoding |
Text encoding to be used when converting this header object to/from a byte array
(Inherited from HTTPHeaders.) | |
HTTPResponseCode |
Status code from HTTP Response. If setting, also set HTTPResponseStatus too!
| |
HTTPResponseStatus |
Code AND Description of Response Status (e.g. '200 OK').
| |
HTTPVersion |
HTTP version (e.g. HTTP/1.1)
(Inherited from HTTPHeaders.) | |
storage |
Storage for individual HTTPHeaderItems in this header collection
NB: Using a list is important, as order can matter
(Inherited from HTTPHeaders.) |