The RestRequest type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| RestRequest | Initializes a new instance of the RestRequest class |
Methods
| Name | Description | |
|---|---|---|
| Send |
Sends a callback request to a REST resource.
The result of this operation is passed to callback function.
|
Properties
| Name | Description | |
|---|---|---|
| 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. |
