BaseLoader
Represents the base class for all loaders.
public BaseLoader(IEnumerable<IRequester> requesters, IBrowsingContext context, Predicate<IRequest> filter)
Creates a new resource loader.
Adds the download to the active downloads.
Starts downloading the request.
Gets the cookie string for the given URL.
Gets the active downloads.
Loads the given URI by using an asynchronous request.
Removes the download from the active downloads.