An NDoc Documented Class Library

IBytesMessage.WriteBoolean Method 

Writes a boolean to the bytes message stream as a 1-byte value.

void WriteBoolean(
   bool value
);

Parameters

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