|
DataSource.NET
8.0.13.562038-b0f3b66e
|
![]() |
Interface for sending IBinaryMessage messages. More...
Properties | |
| byte[] | BinaryData [get, set] |
| Get or set the binary data for the message. More... | |
| string | BinaryString [get] |
| Gets the binary string from the message. More... | |
Properties inherited from Caplin.DataSource.Messaging.IMessage | |
| bool | Image [get, set] |
| Gets or sets a boolean value indicating whether this IMessage represents an image or an update. More... | |
| string | Subject [get] |
| Gets the subject of this message. More... | |
Interface for sending IBinaryMessage messages.
The example below demonstrates sending a Binary image message.
|
getset |
Get or set the binary data for the message.
|
get |
Gets the binary string from the message.