An NDoc Documented Class Library

IStreamMessage.WriteString Method 

Writes a string to the stream message.

void WriteString(
   string value
);

Parameters

value
The string value to write.

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