Class TCefUrlRequestRef

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefUrlRequestRef = class(TCefBaseRefCountedRef, ICefUrlRequest)

Description

This item has no description.

Hierarchy

Overview

Methods

Protected function GetRequest: ICefRequest;
Protected function GetClient: ICefUrlrequestClient;
Protected function GetRequestStatus: TCefUrlRequestStatus;
Protected function GetRequestError: Integer;
Protected function GetResponse: ICefResponse;
Protected function GetResponseWasCached: boolean;
Protected procedure Cancel;
Public class function UnWrap(data: Pointer): ICefUrlRequest;
Public class function New(const request: ICefRequest; const client: ICefUrlRequestClient; const requestContext: ICefRequestContext): ICefUrlRequest;

Description

Methods

Protected function GetRequest: ICefRequest;

This item has no description. Showing description inherited from ICefUrlRequest.GetRequest.

Returns the request object used to create this URL request. The returned object is read-only and should not be modified.

Protected function GetClient: ICefUrlrequestClient;

This item has no description. Showing description inherited from ICefUrlRequest.GetClient.

Returns the client.

Protected function GetRequestStatus: TCefUrlRequestStatus;

This item has no description. Showing description inherited from ICefUrlRequest.GetRequestStatus.

Returns the request status.

Protected function GetRequestError: Integer;

This item has no description. Showing description inherited from ICefUrlRequest.GetRequestError.

Returns the request error if status is UR_CANCELED or UR_FAILED, or 0 otherwise.

Protected function GetResponse: ICefResponse;

This item has no description. Showing description inherited from ICefUrlRequest.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.

Protected function GetResponseWasCached: boolean;

This item has no description. Showing description inherited from ICefUrlRequest.GetResponseWasCached.

Returns true (1) if the response body was served from the cache. This includes responses for which revalidation was required.

Protected procedure Cancel;

This item has no description. Showing description inherited from ICefUrlRequest.Cancel.

Cancel the request.

Public class function UnWrap(data: Pointer): ICefUrlRequest;

This item has no description.

Public class function New(const request: ICefRequest; const client: ICefUrlRequestClient; const requestContext: ICefRequestContext): ICefUrlRequest;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.