DotMSN

SocketMessageProcessor.SendSocketData Method

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.

Overload List

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.

protected void SendSocketData(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.

protected void SendSocketData(Socket,byte[]);

See Also

SocketMessageProcessor Class | XihSolutions.DotMSN.Core Namespace