Click or drag to resize
HTTPResponse Properties

The HTTPResponse type exposes the following members.

Properties
  NameDescription
Public propertyBody

Returns the HTTP message body data (optional).

Public propertyContentLength

Returns the size of the body, in bytes (Content-Length entity header)

Public propertyHeaders

Returns HTTP headers.

Public propertyReason

Returns the HTTP reason phrase.

Public propertyStatusCode

Returns the HTTP status.

Public propertyVersion

Returns the HTTP version for incoming request (example "HTTP/1.1").

Public propertyVersionMajor

HTTP uses a "major.minor" numbering scheme to indicate versions of the protocol.

Public propertyVersionMinor

HTTP uses a "major.minor" numbering scheme to indicate versions of the protocol.

Top
See Also