Interface IRequestProcessor
- Namespace
- AngleSharp.Io.Processors
- Assembly
- AngleSharp.dll
Represents a request processor.
public interface IRequestProcessor
- Extension Methods
Properties
Download
Gets the current download, if any.
IDownload? Download { get; }
Property Value
Methods
ProcessAsync(ResourceRequest)
Starts processing the given request by cancelling the current download if any.
Task ProcessAsync(ResourceRequest request)
Parameters
request
ResourceRequestThe new request.
Returns
- Task
The task handling the request.