Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(default)
Class CefRequestCallback

CefBaseRefCounted
   |
   +--CefRequestCallback

   in cef_request_callback.h

class CefRequestCallback
extends CefBaseRefCounted

Callback interface used for asynchronous continuation of url requests.


Method Summary
 virtual void Cancel()= 0
          Cancel the url request.
 virtual void Continue( bool allow )= 0
          Continue the url request.
   
Methods inherited from class CefBaseRefCounted
AddRef, Release, HasOneRef, HasAtLeastOneRef
 

Method Detail

Cancel

public virtual void Cancel()= 0;
Cancel the url request.

Continue

public virtual void Continue( bool allow )= 0;
Continue the url request. If |allow| is true the request will be continued. Otherwise, the request will be canceled.

 Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

Chromium Embedded Framework (CEF) Copyright © 2016 Marshall A. Greenblatt