Script Packager Object Model Reference

IHttpResponse.Content Property

The content of the response decoded to an appropriate value or object type

object Content {get;}

Remarks

If the Content-Type is application/json the Content property will be a generic object. If the Content-Type is application/xml the Content property will be an XML DOM Document. If the Content-Type is neither of these it will be the same value as the RawContent property.

See Also

IHttpResponse Interface | Intelligence.FuncLibs.Http.HttpRequest Namespace