Record TCefResponse

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefResponse = record

Description

Structure used to represent a web response. The functions of this structure may be called on any thread.

Implemented by ICefResponse.

<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_response_capi.h">CEF source file: /include/capi/cef_response_capi.h (cef_response_t))

Overview

Fields

Public base: TCefBaseRefCounted;
Public is_read_only: function(self: PCefResponse): Integer; stdcall;
Public get_error: function(self: PCefResponse): TCefErrorCode; stdcall;
Public set_error: procedure(self: PCefResponse; error: TCefErrorCode); stdcall;
Public get_status: function(self: PCefResponse): Integer; stdcall;
Public set_status: procedure(self: PCefResponse; status: Integer); stdcall;
Public get_status_text: function(self: PCefResponse): PCefStringUserFree; stdcall;
Public set_status_text: procedure(self: PCefResponse; const statusText: PCefString); stdcall;
Public get_mime_type: function(self: PCefResponse): PCefStringUserFree; stdcall;
Public set_mime_type: procedure(self: PCefResponse; const mimeType: PCefString); stdcall;
Public get_charset: function(self: PCefResponse): PCefStringUserFree; stdcall;
Public set_charset: procedure(self: PCefResponse; const charset: PCefString); stdcall;
Public get_header_by_name: function(self: PCefResponse; const name: PCefString): PCefStringUserFree; stdcall;
Public set_header_by_name: procedure(self: PCefResponse; const name: PCefString; const value: PCefString; overwrite: integer); stdcall;
Public get_header_map: procedure(self: PCefResponse; headerMap: TCefStringMultimap); stdcall;
Public set_header_map: procedure(self: PCefResponse; headerMap: TCefStringMultimap); stdcall;
Public get_url: function(self: PCefResponse): PCefStringUserFree; stdcall;
Public set_url: procedure(self: PCefResponse; const url: PCefString); stdcall;

Description

Fields

Public base: TCefBaseRefCounted;

This item has no description.

Public is_read_only: function(self: PCefResponse): Integer; stdcall;

This item has no description.

Public get_error: function(self: PCefResponse): TCefErrorCode; stdcall;

This item has no description.

Public set_error: procedure(self: PCefResponse; error: TCefErrorCode); stdcall;

This item has no description.

Public get_status: function(self: PCefResponse): Integer; stdcall;

This item has no description.

Public set_status: procedure(self: PCefResponse; status: Integer); stdcall;

This item has no description.

Public get_status_text: function(self: PCefResponse): PCefStringUserFree; stdcall;

This item has no description.

Public set_status_text: procedure(self: PCefResponse; const statusText: PCefString); stdcall;

This item has no description.

Public get_mime_type: function(self: PCefResponse): PCefStringUserFree; stdcall;

This item has no description.

Public set_mime_type: procedure(self: PCefResponse; const mimeType: PCefString); stdcall;

This item has no description.

Public get_charset: function(self: PCefResponse): PCefStringUserFree; stdcall;

This item has no description.

Public set_charset: procedure(self: PCefResponse; const charset: PCefString); stdcall;

This item has no description.

Public get_header_by_name: function(self: PCefResponse; const name: PCefString): PCefStringUserFree; stdcall;

This item has no description.

Public set_header_by_name: procedure(self: PCefResponse; const name: PCefString; const value: PCefString; overwrite: integer); stdcall;

This item has no description.

Public get_header_map: procedure(self: PCefResponse; headerMap: TCefStringMultimap); stdcall;

This item has no description.

Public set_header_map: procedure(self: PCefResponse; headerMap: TCefStringMultimap); stdcall;

This item has no description.

Public get_url: function(self: PCefResponse): PCefStringUserFree; stdcall;

This item has no description.

Public set_url: procedure(self: PCefResponse; const url: PCefString); stdcall;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.