Click or drag to resize

RequestContextExtensions.GetProxyDictionary Method

Version 118.6.80

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

Parameters

scheme
Type: System.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
Type: System.String
proxy host
port
Type: System.Nullable<Int32>
proxy port

Return Value

Type: IDictionary<String, Object>

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

See Also