|
CEF C++ API Docs - Revision 439 | ||||||
| FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
CefBase | +--CefProxyHandlerin cef.h
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 |
public virtual void GetProxyForUrl( const CefString& url, CefProxyInfo& proxy_info );
|
CEF C++ API Docs - Revision 439 | ||||||
| FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||