Unit 'uCEFInterfaces' Package
[Overview][Types][Classes][Index] [#pl_cef4typhon]

ICefRequest

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: uCEFInterfaces.pas line 1683

type ICefRequest = interface(ICefBaseRefCounted)

  function IsReadOnly;

  

  function GetUrl;

  

  procedure SetUrl();

  

  function GetMethod;

  

  procedure SetMethod();

  

  procedure SetReferrer();

  

  function GetReferrerUrl;

  

  function GetReferrerPolicy;

  

  function GetPostData;

  

  procedure SetPostData();

  

  procedure GetHeaderMap();

  

  procedure SetHeaderMap();

  

  function GetHeaderByName();

  

  procedure SetHeaderByName();

  

  function GetFlags;

  

  procedure SetFlags();

  

  function GetFirstPartyForCookies;

  

  procedure SetFirstPartyForCookies();

  

  procedure Assign();

  

  function GetResourceType;

  

  function GetTransitionType;

  

  function GetIdentifier;

  

  property Url: ustring; [rw]

  

  property Method: ustring; [rw]

  

  property ReferrerUrl: ustring; [r]

  

  property ReferrerPolicy: TCefReferrerPolicy; [r]

  

  property PostData: ICefPostData; [rw]

  

  property Flags: TCefUrlRequestFlags; [rw]

  

  property FirstPartyForCookies: ustring; [rw]

  

  property ResourceType: TCefResourceType; [r]

  

  property TransitionType: TCefTransitionType; [r]

  

  property Identifier: UInt64; [r]

  

end;

Inheritance

ICefRequest

  

|

ICefBaseRefCounted

  

|

IInterface



CT Web help

CodeTyphon Studio