Writes a byte array to the bytes message stream.
Writes a byte array to the bytes message stream.
void WriteBytes(byte[]);
Writes a portion of a byte array to the bytes message stream.
void WriteBytes(byte[],int,int);
IBytesMessage Interface | WebLogic.Messaging Namespace