An NDoc Documented Class Library

IBytesMessage.WriteByte Method 

Writes a byte to the bytes message stream.

void WriteByte(
   byte value
);

Parameters

value
The byte value 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