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.
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[]);
SocketMessageProcessor Class | XihSolutions.DotMSN.Core Namespace