An NDoc Documented Class Library

IBytesMessage.WriteBytes Method (Byte[])

Writes a byte array to the bytes message stream.

void WriteBytes(
   byte[] value
);

Parameters

value
The byte array to be written.

Exceptions

Exception Type Condition
MsgException Thrown when the write fails.
MessageNotWriteableException Thrown when the message is read-only.

See Also

IBytesMessage Interface | webMethods.Msg Namespace | IBytesMessage.WriteBytes Overload List