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

ICefRequestContext

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

Declaration

Source position: uCEFInterfaces.pas line 8018

type ICefRequestContext = interface(ICefPreferenceManager)

  function IsSame();

  

  function IsSharingWith();

  

  function IsGlobal;

  

  function GetHandler;

  

  function GetCachePath;

  

  function GetCookieManager();

  

  function GetCookieManagerProc();

  

  function RegisterSchemeHandlerFactory();

  

  function ClearSchemeHandlerFactories;

  

  procedure ClearCertificateExceptions();

  

  procedure ClearHttpAuthCredentials();

  

  procedure CloseAllConnections();

  

  procedure ResolveHost();

  

  procedure LoadExtension();

  

  function DidLoadExtension();

  

  function HasExtension();

  

  function GetExtensions();

  

  function GetExtension();

  

  function GetMediaRouter();

  

  function GetWebsiteSetting();

  

  procedure SetWebsiteSetting();

  

  function GetContentSetting();

  

  procedure SetContentSetting();

  

  property CachePath: ustring; [r]

  

  property IsGlobalContext: Boolean; [r]

  

end;

Inheritance

ICefRequestContext

  

|

ICefPreferenceManager

  

|

ICefBaseRefCounted

  

|

IInterface



CT Web help

CodeTyphon Studio