WSConnectorBinaryMessage Constructor |
Constructor for a BinaryMessage object.
Namespace:
IBM.Watson.DeveloperCloud.Connection
Assembly:
unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax public BinaryMessage(
byte[] data
)
Parameters
- data
- Type: SystemByte
The binary data to send as a message.
See Also