The NMS Class Library (.Net Messaging Library)

ISession.CreateBytesMessage Method

Creates a new binary message

Overload List

Creates a new binary message

IBytesMessage CreateBytesMessage();

Creates a new binary message with the given body

IBytesMessage CreateBytesMessage(byte[]);

See Also

ISession Interface | NMS Namespace