Version:
OtterConfig.Proxy Class
Contains proxy configuration settings.
Inheritance Hierarchy
- object
- Inedo.Otter.OtterConfig<Inedo.Otter.OtterConfig.Proxy>
- Inedo.Otter.OtterConfig.Proxy
Syntax
public
class
OtterConfig.Proxy : OtterConfig<OtterConfig.Proxy>
Properties
|
Name |
Description |
|
BypassOnLocal
|
Gets or sets a value that determines whether Otter should bypass the web proxy for local addresses.
|
|
BypassUrls
|
Gets or sets a list of URLs that will bypass the proxy server.
|
|
Enabled
|
Gets or sets a value indicating whether to use a web proxy.
|
|
Host
|
Gets or sets the host name or IP address of the proxy server.
|
|
Password
|
Gets or sets the password used to authenticate with the proxy server.
|
|
Port
|
Gets or sets the port number used to connect to the proxy server.
|
|
UseDefault
|
Gets or sets a value indicating whether Otter should use the system default web proxy.
|
|
UserName
|
Gets or sets the username used to authenticate with the proxy server.
|
Methods
|
Name |
Description |
|
CreateFromConfig
|
Creates an instance of System.Net.IWebProxy with the appropriate settings.
|