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

(default)
Class CefProxyHandler

CefBase
   |
   +--CefProxyHandler

   in cef.h

class CefProxyHandler
extends CefBase

Implement this interface to handle proxy resolution events.


Method Summary
 virtual void GetProxyForUrl( const CefString& url, CefProxyInfo& proxy_info )
          Called to retrieve proxy information for the specified |url|.
   
Methods inherited from class CefBase
AddRef, Release, GetRefCt
 

Method Detail

GetProxyForUrl

public virtual void GetProxyForUrl( const CefString& url, CefProxyInfo& proxy_info );
Called to retrieve proxy information for the specified |url|.

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

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