The RestRequest type exposes the following members.

Constructors

NameDescription
RestRequest
Initializes a new instance of the RestRequest class

Methods

NameDescription
Send
Sends a callback request to a REST resource. The result of this operation is passed to callback function.

Properties

NameDescription
OnComplete
Function that will process the response. The response will be a JSON-formatted object with the response to the REST request.
Url
URL of the ArcGIS Server REST resource.

See Also