P2PDCMessage.ParseBytes Method
Parses a data message without the 4-byte length header and without a 4 byte footer.
[Visual Basic]
Overrides Public Sub ParseBytes( _
ByVal
data As
Byte() _
)
[C#]
public override
void ParseBytes(
byte[] data);
Parameters
-
data
-
See Also
P2PDCMessage Class | XihSolutions.DotMSN.DataTransfer Namespace