SocketAbstraction
public static Task ConnectAsync(Socket socket, IPEndPoint remoteEndpoint, CancellationToken cancellationToken)
public static Task<int> ReadAsync(Socket socket, byte[] buffer, CancellationToken cancellationToken)
public static void ReadContinuous(Socket socket, byte[] buffer, int offset, int size, Action<byte[], int, int> processReceivedBytesAction)