| UrlRequest Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: DotNetBrowser.Net
 Syntax
Syntaxpublic sealed class UrlRequest
The UrlRequest type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | 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
Methods| Name | Description | |
|---|---|---|
|  | Equals | Determines whether the specified object is equal to the current object.(Overrides ObjectEquals(Object).) | 
|  | GetHashCode | Serves as the default hash function.(Overrides ObjectGetHashCode.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also