AngleSharp.Network
Namespace with 18 public types
Classes
CorsRequest
Represents the arguments to perform a fetch with CORS.
DocumentRequest
Represents the arguments to load a document.
MimeType
Represents an Internet media type.
ResourceRequest
Represents the arguments to load a resource.
VirtualResponse
The virtual response class.
Enumerations
CorsSetting
CORS settings attributes (see 2.6.6).
HttpMethod
Represents the usable methods for transmitting HTTP forms.
OriginBehavior
The default origin behavior states.
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.