SocketAbstraction
Receives data from a bound Socketinto 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.