Click or drag to resize

UrlRequest Class

Represents the URL request received from the Chromium engine.
Inheritance Hierarchy
SystemObject
  DotNetBrowser.NetUrlRequest

Namespace:  DotNetBrowser.Net
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public sealed class UrlRequest

The UrlRequest type exposes the following members.

Properties
  NameDescription
Public propertyBrowser
Gets the IBrowser instance associated with this request.
Public propertyMethod
Gets the HTTP method used to perform current request.
Public propertyResourceType
Gets the ResourceType of the resource the request is loading.
Public propertySslVersion
Gets the SSL connection version used to make this request if it is available and the current request represents an HTTPS request.
Public propertyTotalBytesReceived
Gets the total amount of data received from network after SSL decoding and proxy handling.
Public propertyTotalBytesSent
Gets the total amount of data sent over the network before SSL encoding and proxy handling.
Public propertyUrl
Gets the requested URL address.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also