AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.14.0-alpha-802" />

 BaseRequester

public abstract class BaseRequester : EventTarget, IRequester, IEventTarget
Represents a useful abstraction for requesters.

Fired when a request is finished.

Fired when a request is starting.

protected BaseRequester()

protected abstract Task<IResponse> PerformRequestAsync(Request request, CancellationToken cancel)

Performs the actual request asynchronously.

Performs an asynchronous request that can be cancelled.

public abstract bool SupportsProtocol(string protocol)

Checks if the given protocol is supported.