Ejemplo n.º 1
0
    public Task DisableCancelAsync(CancellationToken cancellationToken = default)
    {
        CheckClosed();

        return(_innerConnection.DisableCancelAsync(cancellationToken));
    }