AS
Size: a a a
AS
AS
你
AS
你
你
М
AS
你
AS
git grep
alex@dell-note ~/projects/CEF4Delphi
[(f773189...)]
$ git grep -Fin proxy source | head
source/uCEFChromiumCore.pas:93: FProxyType : integer;
source/uCEFChromiumCore.pas:94: FProxyScheme : TCefProxyScheme;
source/uCEFChromiumCore.pas:95: FProxyServer : ustring;
source/uCEFChromiumCore.pas:96: FProxyPort : integer;
source/uCEFChromiumCore.pas:97: FProxyUsername : ustring;
source/uCEFChromiumCore.pas:98: FProxyPassword : ustring;
source/uCEFChromiumCore.pas:99: FProxyScriptURL : ustring;
source/uCEFChromiumCore.pas:100: FProxyByPassList : ustring;
source/uCEFChromiumCore.pas:101: FMaxConnectionsPerProxy : integer;
source/uCEFChromiumCore.pas:340: procedure SetProxyType(aValue : integer);
你
AS
TChromium
(наследник TChromiumCore
) есть свойства Proxy...
AS
你
git grep
alex@dell-note ~/projects/CEF4Delphi
[(f773189...)]
$ git grep -Fin proxy source | head
source/uCEFChromiumCore.pas:93: FProxyType : integer;
source/uCEFChromiumCore.pas:94: FProxyScheme : TCefProxyScheme;
source/uCEFChromiumCore.pas:95: FProxyServer : ustring;
source/uCEFChromiumCore.pas:96: FProxyPort : integer;
source/uCEFChromiumCore.pas:97: FProxyUsername : ustring;
source/uCEFChromiumCore.pas:98: FProxyPassword : ustring;
source/uCEFChromiumCore.pas:99: FProxyScriptURL : ustring;
source/uCEFChromiumCore.pas:100: FProxyByPassList : ustring;
source/uCEFChromiumCore.pas:101: FMaxConnectionsPerProxy : integer;
source/uCEFChromiumCore.pas:340: procedure SetProxyType(aValue : integer);
你
AS
你
你
你
AS