DotMSN

MSNSLPMessage.GetBytes Method 

Builds the entire message and returns it as a byte array. Ready to be used in a P2P Message. This function adds the 0x00 at the end of the message.

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

Return Value

See Also

MSNSLPMessage Class | XihSolutions.DotMSN.DataTransfer Namespace