Click or drag to resize

RequestContextExtensionsGetProxyDictionary Method

Version 130.1.90
Creates a Dictionary that can be used with SetPreference(String, Object, String)

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public static IDictionary<string, Object> GetProxyDictionary(
	string scheme,
	string host,
	int? port
)

Parameters

scheme  String
is the protocol of the proxy server, and is one of: 'http', 'socks', 'socks4', 'socks5'. Also note that 'socks' is equivalent to 'socks5'.
host  String
proxy host
port  NullableInt32
proxy port

Return Value

IDictionaryString, Object

[Missing <returns> documentation for "M:CefSharp.RequestContextExtensions.GetProxyDictionary(System.String,System.String,System.Nullable{System.Int32})"]

See Also