DotMSN

NetworkMessage.GetBytes Method 

Converts the contents of this message into a array of bytes. This is used for transmitting the contents of this message across a socket connection.

[Visual Basic]
Overridable Public Function GetBytes() As Byte()
[C#]
public virtual byte[] GetBytes();

Return Value

See Also

NetworkMessage Class | XihSolutions.DotMSN.Core Namespace