[This is preliminary documentation and is subject to change.]
The CefUrlRequest type exposes the following members.Methods
Name | Description | |
---|---|---|
Cancel |
Cancel the request.
| |
Create |
Create a new URL request. Only GET, POST, HEAD, DELETE and PUT request
methods are supported. Multiple post data elements are not supported and
elements of type PDE_TYPE_FILE are only supported for requests originating
from the browser process. Requests originating from the render process will
receive the same handling as requests originating from Web content -- if
the response contains Content-Disposition or Mime-Type header values that
would not normally be rendered then the response may receive special
handling inside the browser (for example, via the file download code path
instead of the URL request code path). The |request| object will be marked
as read-only after calling this method.
| |
Dispose | ||
Equals | (Inherited from Object.) | |
Finalize | (Overrides Object Finalize .) | |
GetClient |
Returns the client.
| |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetRequest |
Returns the request object used to create this URL request. The returned
object is read-only and should not be modified.
| |
GetResponse |
Returns the response, or NULL if no response information is available.
Response information will only be available after the upload has completed.
The returned object is read-only and should not be modified.
| |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also