AngleSharp.Network
Namespace with 14 public types
Classes
DocumentRequest
Represents the arguments to load a document.
MimeType
Represents an Internet media type.
ResourceRequest
Represents the arguments to load a resource.
Enumerations
HttpMethod
Represents the usable methods for transmitting HTTP forms.
Static Classes
HeaderNames
The collection of (known / used) header names.
MimeTypeNames
Contains a list of common mime-types.
ProtocolNames
Contains the known protocol names.
Interfaces
IDocumentLoader
Interface used to handle top-level document requests. These requests
include navigation tasks.
IDownload
Basic contract for a currently active download.
ILoader
Represents the basic interface for all loaders.
IRequest
Specifies what is used for requesting data.
IRequester
Defines the required methods any requester object must have.
IResourceLoader
Interface used to handle resource requests for a document. These
requests include, but are not limited to, media, script and styling
resources.
IResponse
Specifies what is stored when receiving data.