Link Search Menu Expand Document

HttpResponse Class


login image

A class that holds HTTP responses.

Get the HttpResponse object as the return value of the HttpSession.Get or HttpSession.Post method.

Among the errors that occurred in the communication process, the error that occurred in the HTTP layer is identified by the Status property of the HttpResponse object. Note that even if you receive an HttpResponse object as a result of the HttpSession.Get, Post method, the communication may not complete successfully.

Also, even if the Status property indicates an error such as $HTTP_NOT_FOUND, the Body property may contain meaningless values ​​such as HTML containing the error message returned by the WEB server.

Default properties and ValueType

The default property is Body. The ValueType specification is invalid.


Table of contents