DotMSN

SocketMessageProcessor.SendSocketData Method (Byte[])

Used by descendants classes to send raw byte data over the socket connection. This function is at the moment blocking. This method uses the default socket in the SocketMessageProcessor class.

[Visual Basic]
Overloads Protected Sub SendSocketData( _
   ByVal data As Byte() _
)
[C#]
protected void SendSocketData(
   byte[] data
);

Parameters

data

See Also

SocketMessageProcessor Class | XihSolutions.DotMSN.Core Namespace | SocketMessageProcessor.SendSocketData Overload List