| RequestContextHandlerSetProxyOnContextInitialized Method (String, NullableInt32) | 
Version 118.6.80  
    Namespace: 
   CefSharp.Handler
    Assembly:
   CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
 Syntax
Syntaxpublic RequestContextHandler SetProxyOnContextInitialized(
	string host,
	int? port = null
)
public:
RequestContextHandler^ SetProxyOnContextInitialized(
	String^ host, 
	Nullable<int> port = nullptr
)
Parameters
- host
- Type: SystemString
 proxy host
- port (Optional)
- Type: SystemNullableInt32
 proxy port
Return Value
Type: 
RequestContextHandlerA 
RequestContextHandler instance allowing you to chain multiple AddPreference calls together 
 See Also
See Also