IRequestProcessor public interface IRequestProcessor Represents a request processor. Documentation Code IDownload Download { get; } Gets the current download, if any. Task ProcessAsync(ResourceRequest request) Starts processing the given request by cancelling the current download if any.