Script Packager Object Model Reference

IHttpResponse Members

IHttpResponse overview

Public Instance Properties

Content The content of the response decoded to an appropriate value or object type
Headers The HTTP header variables in the response from the server
IsSuccessStatusCode True if the StatusCode property is a "success" status code
RawContent The raw content of the response
ReasonPhrase The HTTP Reason Phrase sent by the server
Request The HTTP request object that was sent to generate this response
StatusCode The HTTP Status Code sent by the server, e.g. 200, 404, 500

Public Instance Methods

EnsureSuccessStatusCode Report an error if the StatusCode property isn't a "success" status code
SaveContent Save the response to the specified file

See Also

IHttpResponse Interface | Intelligence.FuncLibs.Http.HttpRequest Namespace