HTTPResponse Properties |
The HTTPResponse type exposes the following members.
Name | Description | |
---|---|---|
Body | Returns the HTTP message body data (optional). | |
ContentLength | Returns the size of the body, in bytes (Content-Length entity header) | |
Headers | Returns HTTP headers. | |
Reason | Returns the HTTP reason phrase. | |
StatusCode | Returns the HTTP status. | |
Version | Returns the HTTP version for incoming request (example "HTTP/1.1"). | |
VersionMajor | HTTP uses a "major.minor" numbering scheme to indicate versions of the protocol. | |
VersionMinor | HTTP uses a "major.minor" numbering scheme to indicate versions of the protocol. |