RESTConnectorForm Class |
Namespace: IBM.Watson.DeveloperCloud.Connection
public class Form
The RESTConnectorForm type exposes the following members.
| Name | Description | |
|---|---|---|
| RESTConnectorForm(Int32) |
Make a multi-part form object from an int.
| |
| RESTConnectorForm(String) |
Make a multi-part form object from a string.
| |
| RESTConnectorForm(Byte, String, String) |
Make a multi-part form object from binary data.
|
| Name | Description | |
|---|---|---|
| BoxedObject |
The boxed POD data type, only set if IsBinary is false.
| |
| Contents |
If IsBinary is true, then this will contain the binary data.
| |
| FileName |
The filename of the binary data.
| |
| IsBinary |
True if the contained data is binary.
| |
| MimeType |
The Mime-Type of the binary data.
|