An NDoc Documented Class Library

IStreamMessage Members

IStreamMessage overview

Public Instance Methods

ReadBoolean Reads a boolean from the stream message.
ReadByte Reads a byte from the stream message.
ReadBytes Reads a byte array from the stream message.
ReadChar Reads a character from the stream message.
ReadDouble Reads a double from the stream message.
ReadFloat Reads a float from the stream message.
ReadInt Reads an integer from the stream message.
ReadLong Reads a long from the stream message.
ReadObject Reads an object from the stream message.
ReadShort Reads a short from the stream message.
ReadString Reads a string from the stream message.
Reset Sets the message to read-only and repositions the cursor to the beginning of the stream.
WriteBoolean Writes a boolean to the stream message.
WriteByte Writes a byte to the stream message.
WriteBytesOverloaded. Writes a byte array to the stream message.
WriteChar Writes a character to the stream message.
WriteDouble Writes a double to the stream message.
WriteFloat Writes a float to the stream message.
WriteInt Writes an integer to the stream message.
WriteLong Writes a long to the stream message.
WriteObject Writes an object to the stream message.
WriteShort Writes a short to the stream message.
WriteString Writes a string to the stream message.

See Also

IStreamMessage Interface | webMethods.Msg Namespace