CefUrlRequest MembersXilium.CefGlue

[This is preliminary documentation and is subject to change.]

The CefUrlRequest type exposes the following members.
Methods

  NameDescription
Public methodCancel
Cancel the request.
Public methodStatic memberCreate
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.
Public methodDispose
Releases all resources used by the CefUrlRequest
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodFinalize (Overrides OnlineObject Finalize .)
Public methodGetClient
Returns the client.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetRequest
Returns the request object used to create this URL request. The returned object is read-only and should not be modified.
Public methodGetResponse
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.
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyRequestError
Returns the request error if status is UR_CANCELED or UR_FAILED, or 0 otherwise.
Public propertyRequestStatus
Returns the request status.
Back to Top
See Also