Actions right arrow Actions List right arrow Execute JavaScript right arrow Class List right arrow WebResponseObject

Represents an HTTP web response.

Properties

readonly object Headers

Gets the response headers as a JavaScript object in which each property represents a header.

readonly object ResponseBytes

Retrieves the response body as an array of integers each of which represents a byte in the response.

readonly object ResponseText

Retrieves the response body as a string.