The body field contains the message payload.
Namespace:
Kaazing.AMQPAssembly: Kaazing.AMQP (in Kaazing.AMQP.dll)
Syntax
Visual Basic |
---|
Public ReadOnly Property Body As ByteBuffer Get |
C# |
---|
public ByteBuffer Body { get; } |
Visual C++ |
---|
public: property ByteBuffer^ Body { ByteBuffer^ get (); } |