DotMSN

SocketMessageProcessor.SendSocketData Method (Socket, Byte[])

Used by descendants classes to send raw byte data over the socket connection. This function is at the moment blocking. The data is send over the specified socket connection.

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

See Also

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