Click or drag to resize

Request Properties

The RESTConnectorRequest type exposes the following members.

Properties
  NameDescription
Public propertyCancel
If true, then request will be cancelled.
Public propertyDelete
True to send a delete method.
Public propertyForms
Multi-part form data that needs to be sent. Do not use Send if set.
Public propertyFunction
The name of the function to invoke on the server.
Public propertyHeaders
Additional headers to provide in the request.
Public propertyOnDownloadProgress
This callback is invoked to provide progress on the WWW download.
Public propertyOnResponse
The callback that is invoked when a response is received.
Public propertyOnUploadProgress
This callback is invoked to provide upload progress.
Public propertyParameters
The parameters to pass to the function on the server.
Public propertySend
The data to send through the connection. Do not use Forms if set.
Public propertyTimeout
Custom timeout for this Request. This timeout is used if this timeout is larger than the value in the Config class.
Top
See Also