Click or drag to resize

UrlRequest Properties

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
See Also