An NDoc Documented Class Library

IStreamMessage.WriteBytes Method (Byte[], Int32, Int32)

Writes a byte array to the stream message.

void WriteBytes(
   byte[] value,
   int offset,
   int length
);

Parameters

value
The byte array to write.
offset
The offset into the byte array.
length
The length of the byte array.

Exceptions

Exception Type Condition
MsgException Thrown when unable to write the value.
MessageNotWriteableException Thrown when the message is read-only.

See Also

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