RESTConnectorRequest Class |
Namespace: IBM.Watson.DeveloperCloud.Connection
public class Request
The RESTConnectorRequest type exposes the following members.
Name | Description | |
---|---|---|
![]() | RESTConnectorRequest |
Default constructor.
|
Name | Description | |
---|---|---|
![]() | Cancel |
If true, then request will be cancelled.
|
![]() | Delete |
True to send a delete method.
|
![]() | Forms |
Multi-part form data that needs to be sent. Do not use Send if set.
|
![]() | Function |
The name of the function to invoke on the server.
|
![]() | Headers |
Additional headers to provide in the request.
|
![]() | OnDownloadProgress |
This callback is invoked to provide progress on the WWW download.
|
![]() | OnResponse |
The callback that is invoked when a response is received.
|
![]() | OnUploadProgress |
This callback is invoked to provide upload progress.
|
![]() | Parameters |
The parameters to pass to the function on the server.
|
![]() | Send |
The data to send through the connection. Do not use Forms if set.
|
![]() | Timeout |
Custom timeout for this Request. This timeout is used if this timeout is larger than the value in the Config class.
|