Table of Contents

Class UrlRequest

Namespace
DotNetBrowser.Net
Assembly
DotNetBrowser.dll

Represents the URL request received from the Chromium engine.

public sealed class UrlRequest
Inheritance
UrlRequest
Inherited Members

Properties

Browser

Gets the IBrowser instance associated with this request.

Method

Gets the HTTP method used to perform current request.

ResourceType

Gets the ResourceType of the resource the request is loading.

SslVersion

Gets the SSL connection version used to make this request if it is available and the current request represents an HTTPS request.

TotalBytesReceived

Gets the total amount of data received from network after SSL decoding and proxy handling.

TotalBytesSent

Gets the total amount of data sent over the network before SSL encoding and proxy handling.

Url

Gets the requested URL address.

Methods

Equals(object)
GetHashCode()