IRequest Interface |
[Missing <summary> documentation for "T:CefSharp.IRequest"]
Namespace: CefSharp
The IRequest type exposes the following members.
Name | Description | |
---|---|---|
Headers |
Header Collection
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. At some point this will be replaced with a proper wrapper.
| |
Identifier |
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.
| |
IsDisposed |
Gets a value indicating whether the request has been disposed of.
| |
IsReadOnly |
Returns true if this object is read-only.
| |
Method |
Request Method GET/POST etc
| |
PostData |
Post data
| |
ReferrerPolicy |
Get the referrer policy.
| |
ReferrerUrl |
Get the referrer URL.
| |
ResourceType |
Get the resource type for this request.
| |
TransitionType |
Get the transition type for this request.
Applies to requests that represent a main frame or sub-frame navigation.
| |
Url |
Request Url
|
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
InitializePostData | ||
SetReferrer |
Set the referrer URL and policy. If non-empty the referrer URL must be
fully qualified with an HTTP or HTTPS scheme component. Any username,
password or ref component will be removed.
|
Name | Description | |
---|---|---|
GetCharSet |
A convenience extension method that extracts the Character set from
the content-type header. Can be used in conjuncation with GetBody(IPostDataElement, String) (Defined by PostDataExtensions.) |