UrlRequest Properties | 
The UrlRequest type exposes the following members.
| 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.
              |