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

(default)
Class CefProxyInfo

traits::struct_type
   |
   +--CefStructBase
         |
         +--CefProxyInfo

   in cef_types_wrappers.h

class CefProxyInfo
extends CefStructBase

Class representing the results of proxy resolution.


 
Fields inherited from class CefStructBase
attached_to_
 
Method Summary
 bool IsDirect() const
          
 bool IsNamedProxy() const
          
 bool IsPacString() const
          
 CefString ProxyList() const
          
 void UseDirect()
          Use a direction connection instead of a proxy.
 void UseNamedProxy( const CefString& proxy_uri_list )
          Use one or more named proxy servers specified in WinHTTP format.
 void UsePacString( const CefString& pac_string )
          Use one or more named proxy servers specified in PAC script format.
   
Methods inherited from class CefStructBase
Reset, AttachTo, DetachTo, Set, operator=, operator=, Init, Clear
 

Method Detail

IsDirect

public bool IsDirect() const;

IsNamedProxy

public bool IsNamedProxy() const;

IsPacString

public bool IsPacString() const;

ProxyList

public CefString ProxyList() const;

UseDirect

public void UseDirect();
Use a direction connection instead of a proxy.

UseNamedProxy

public void UseNamedProxy( const CefString& proxy_uri_list );
Use one or more named proxy servers specified in WinHTTP format. Each proxy server is of the form: ["://"][":"] Multiple values may be separated by semicolons or whitespace. For example, "foo1:80;foo2:80".

UsePacString

public void UsePacString( const CefString& pac_string );
Use one or more named proxy servers specified in PAC script format. For example, "PROXY foobar:99; SOCKS fml:2; DIRECT".

 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