Script Packager Object Model Reference

IHttpRequest Members

IHttpRequest overview

Public Instance Properties

Content The content to sent with a POST or PUT request.
Headers The collection of HTTP header variables to send as part of the request.
Method The HTTP method to use for the request, e.g. GET or POST.
Timeout The request timeout in milliseconds
Url The URL to sent in the request

Public Instance Methods

LoadContent Load the request content from the specified file
Send Send the request and wait for the response

See Also

IHttpRequest Interface | Intelligence.FuncLibs.Http.HttpRequest Namespace