Click or drag to resize

IRequest Properties

Version 94.4.20

The IRequest type exposes the following members.

Properties
  NameDescription
Public propertyFlags
Get/Set request flags, can be used to control caching policy
Public propertyCode exampleHeaders
Header Collection - If dealing with headers that only contain a single value then it's easier to use SetHeaderByName(String, String, Boolean) or GetHeaderByName(String). You cannot modify the referrer using headers, use SetReferrer(String, ReferrerPolicy). NOTE: This collection is a copy of the underlying type, to make changes, take a reference to the collection, make your changes, then reassign the collection.
Public propertyIdentifier
Returns the globally unique identifier for this request or 0 if not specified. Can be used by IRequestHandler implementations in the browser process to track a single request across multiple callbacks.
Public propertyIsDisposed
Gets a value indicating whether the request has been disposed of.
Public propertyIsReadOnly
Returns true if this object is read-only.
Public propertyMethod
Request Method GET/POST etc
Public propertyPostData
Post data
Public propertyReferrerPolicy
Get the referrer policy.
Public propertyReferrerUrl
Get the referrer URL.
Public propertyResourceType
Get the resource type for this request.
Public propertyTransitionType
Get the transition type for this request. Applies to requests that represent a main frame or sub-frame navigation.
Public propertyUrl
Request Url
Top
See Also