Click or drag to resize

RESTConnectorRequest Class

This class is created to make a request to send to the server.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.ConnectionRESTConnectorRequest
    More...

Namespace:  IBM.Watson.DeveloperCloud.Connection
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class Request

The RESTConnectorRequest type exposes the following members.

Constructors
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
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.ConnectionRESTConnectorRequest
    IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3PersonalityInsightsGetProfileRequest
    IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3VisualRecognitionClassifyReq
    IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3VisualRecognitionDeleteClassifierReq
    IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3VisualRecognitionDetectFacesReq
    IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3VisualRecognitionGetClassifierReq
    IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3VisualRecognitionGetClassifiersBriefReq
    IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3VisualRecognitionGetClassifiersVerboseReq
    IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3VisualRecognitionGetCoreMLModelRequest
    IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3VisualRecognitionTrainClassifierReq