Click or drag to resize

RESTConnectorSend Method

Send a request to the server. The request contains a callback that is invoked when a response is received. The request may be queued if multiple requests are made at once.

Namespace:  IBM.Watson.DeveloperCloud.Connection
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool Send(
	RESTConnectorRequest request
)

Parameters

request
Type: IBM.Watson.DeveloperCloud.ConnectionRESTConnectorRequest
The request object.

Return Value

Type: Boolean
true is returned on success, false is returned if the Request can't be sent.
See Also