Overview   Project   Class   Tree   Index 
CEF C++ API Docs - Revision 1123
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(default)
Class CefWebURLRequest

CefBase
   |
   +--CefWebURLRequest

   in cef_web_urlrequest.h

class CefWebURLRequest
extends CefBase

Class used to make a Web URL request. Web URL requests are not associated with a browser instance so no CefClient callbacks will be executed. The methods of this class may be called on any thread.


Inner Classes, Typedefs, and Enums
typedef CefWebURLRequest::RequestState
          
 
Method Summary
 virtual void Cancel()= 0
          Cancels the request.
 static CefRefPtr< CefWebURLRequest > CreateWebURLRequest( CefRefPtr< CefRequest > request, CefRefPtr< CefWebURLRequestClient > client )
          Create a new CefWebUrlRequest object.
 virtual CefWebURLRequest::RequestState GetState()= 0
          Returns the current ready state of the request.
   
Methods inherited from class CefBase
AddRef, Release, GetRefCt
 

Method Detail

Cancel

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

CreateWebURLRequest

public static CefRefPtr< CefWebURLRequest > CreateWebURLRequest( CefRefPtr< CefRequest > request, CefRefPtr< CefWebURLRequestClient > client );
Create a new CefWebUrlRequest object.

GetState

public virtual CefWebURLRequest::RequestState GetState()= 0;
Returns the current ready state of the request.

 Overview   Project   Class   Tree   Index 
CEF C++ API Docs - Revision 1123
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

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