Table of Contents

Class InternetProxySettings

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the proxy settings that are to be used.

public class InternetProxySettings : GlobalSerializableClassicBase
Inheritance
InternetProxySettings

Constructors

InternetProxySettings()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.InternetProxySettings class.

public InternetProxySettings()

Properties

BypassList

Gets or sets the list of addresses for which the proxy should be bypassed separated by semicolons - for example "*.local;intranet".

public string BypassList { get; set; }

Property Value

string

ConnectionType

Gets or sets the connection type to use.

public InternetProxyConnectionType ConnectionType { get; set; }

Property Value

InternetProxyConnectionType

ConnectionTypeString

Gets the connection type as a human readable string.

public string ConnectionTypeString { get; }

Property Value

string

ProxyAddress

Gets or sets the address of the proxy server - for example "http://proxy.demonstration.local" or "proxy:8080".

public string ProxyAddress { get; set; }

Property Value

string

Methods

ToString()

Returns the proxy settings as a human readable string.

public override string ToString()

Returns

string

The proxy settings as a human readable string.