ProGet SDK Reference
Version:

ProGetConfig.Proxy Class

Contains proxy configuration.

Inheritance Hierarchy

  • object
    • Inedo.ProGet.ProGetConfig<Inedo.ProGet.ProGetConfig.Proxy>
      • Inedo.ProGet.ProGetConfig.Proxy

Syntax

public class ProGetConfig.Proxy : ProGetConfig<ProGetConfig.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.