RESTConnectorForm Constructor (Byte, String, String) |
Make a multi-part form object from binary data.
Namespace:
IBM.Watson.DeveloperCloud.Connection
Assembly:
unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax public Form(
byte[] contents,
string fileName = null,
string mimeType = null
)
Parameters
- contents
- Type: SystemByte
The binary data. - fileName (Optional)
- Type: SystemString
The filename of the binary data. - mimeType (Optional)
- Type: SystemString
The mime type of the data.
See Also