An NDoc Documented Class Library

IStreamMessage.WriteShort Method 

Writes a short to the stream message.

void WriteShort(
   short value
);

Parameters

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