SocketAbstraction
Returns a value indicating whether the specified  Socket can be used
            to send data.
            
Receives data from a bound  Socket.
            
Receives data from a bound  Socket into a receive buffer.
            
Reads a byte from the specified  Socket.
            
public static void ReadContinuous(Socket socket, byte[] buffer, int offset, int size, Action<byte[], int, int> processReceivedBytesAction)
Sends a byte using the specified  Socket.