AngleSharp by AngleSharp

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

 Response

public sealed class Response : IResponse, IDisposable
The default HTTP response encapsulation object.
public Url Address { get; set; }

Gets or sets the url of the response.

public Stream Content { get; set; }

Gets or sets a stream for content of the response.

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

Gets or sets the headers (key-value pairs) of the response.

public HttpStatusCode StatusCode { get; set; }

Gets or sets the status code of the response.

public Response()

Creates a new default response object.