AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.9.3" />

 Request

public sealed class Request : IRequest
The default HTTP request encapsulation type.
public Url Address { get; set; }

Gets or sets the address should be requested.

public Stream Content { get; set; }

Gets or sets a stream to the content (positioned at the origin).

public Dictionary<string, string> Headers { get; set; }

Gets or sets a list of headers (key-values) that should be used.

public HttpMethod Method { get; set; }

Gets or sets the method that should be used.

public Request()

Creates a new default requests.