Unit 'uWVCoreWebView2Args' Package
[Overview][Classes][Index] [#pl_win_webview]

TCoreWebView2ServerCertificateErrorDetectedEventArgs

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

Declaration

Source position: uWVCoreWebView2Args.pas line 1672

type TCoreWebView2ServerCertificateErrorDetectedEventArgs = class

protected

  FBaseIntf: ICoreWebView2ServerCertificateErrorDetectedEventArgs;

  

  function GetInitialized;

  

  function GetErrorStatus;

  

  function GetRequestUri;

  

  function GetServerCertificate;

  

  function GetAction;

  

  function GetDeferral;

  

  procedure SetAction();

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  property Initialized: Boolean; [r]

  

  property BaseIntf: ICoreWebView2ServerCertificateErrorDetectedEventArgs; [r]

  

  property ErrorStatus: TWVWebErrorStatus; [r]

  

  property RequestUri: wvstring; [r]

  

  property ServerCertificate: ICoreWebView2Certificate; [r]

  

  property Action: TWVServerCertificateErrorAction; [rw]

  

  property Deferral: ICoreWebView2Deferral; [r]

  

end;

Inheritance

TCoreWebView2ServerCertificateErrorDetectedEventArgs

  

|

TObject



CT Web help

CodeTyphon Studio