Table of Contents

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

IDownload

Methods

ProcessAsync(ResourceRequest)

Starts processing the given request by cancelling the current download if any.

Task ProcessAsync(ResourceRequest request)

Parameters

request ResourceRequest

The new request.

Returns

Task

The task handling the request.