DotMSN

P2PDataMessage.WriteBytes Method 

Writes data in the inner message buffer.

[Visual Basic]
Public Function WriteBytes( _
   ByVal ioStream As Stream, _
   ByVal maxLength As Integer _
) As Integer
[C#]
public int WriteBytes(
   Stream ioStream,
   int maxLength
);

Parameters

ioStream
maxLength

See Also

P2PDataMessage Class | XihSolutions.DotMSN.DataTransfer Namespace