Class Proxy
Describes proxy settings to be used with a driver instance.
public class Proxy
- Inheritance
-
Proxy
- Inherited Members
Constructors
Proxy()
Initializes a new instance of the Proxy class.
public Proxy()
Proxy(Dictionary<string, object>)
Initializes a new instance of the Proxy class with the given proxy settings.
public Proxy(Dictionary<string, object> settings)
Parameters
settings
Dictionary<string, object>A dictionary of settings to use with the proxy.
Properties
FtpProxy
Gets or sets the value of the proxy for the FTP protocol.
public string FtpProxy { get; set; }
Property Value
HttpProxy
Gets or sets the value of the proxy for the HTTP protocol.
public string HttpProxy { get; set; }
Property Value
IsAutoDetect
Gets or sets a value indicating whether the proxy uses automatic detection.
public bool IsAutoDetect { get; set; }
Property Value
Kind
Gets or sets the type of proxy.
public ProxyKind Kind { get; set; }
Property Value
NoProxy
Gets or sets the value for when no proxy is specified.
public string NoProxy { get; set; }
Property Value
ProxyAutoConfigUrl
Gets or sets the URL used for proxy automatic configuration.
public string ProxyAutoConfigUrl { get; set; }
Property Value
SslProxy
Gets or sets the value of the proxy for the SSL protocol.
public string SslProxy { get; set; }