CefSharp icon indicating copy to clipboard operation
CefSharp copied to clipboard

Bind CefProxyHandler

Open ataranto opened this issue 11 years ago • 3 comments

http://code.google.com/p/chromiumembedded/source/browse/trunk/cef1/include/cef_proxy_handler.h

ataranto avatar Mar 08 '13 19:03 ataranto

Hi, I'm trying yo bind the proxy handler and I have some issues. It seems like there is not proxy binding in the cef_client.h. Is this ok? I have some errors when I am compiling. I followed the exact same thing as you did with the KeyboardHandler. I will need some help to figure this :) I have already merged the GetAuthCredentials with your repo.

Please advice.

Rotem

rotem925 avatar Apr 18 '13 13:04 rotem925

This is the error I get: Error 1 error C2504: 'CefProxyHandler' : base class undefined c:\users\rotem.shoshan\documents\github\cefsharp\cefsharp\ClientAdapter.h 22 CefSharp

Error 3 error C3668: 'CefSharp::ClientAdapter::GetProxyHandler' : method with override specifier 'override' did not override any base class methods c:\users\rotem.shoshan\documents\github\cefsharp\cefsharp\ClientAdapter.h 46 CefSharp

I have more errors but I think they are all related :). Maybe the lib you provided is not compiled with the proxy handler?

Rotem

rotem925 avatar Apr 18 '13 13:04 rotem925

any progress??

ezexe avatar Feb 13 '15 15:02 ezexe