ProxySettings

StockSharp.Xaml

Proxy-server settings.

Implements: IPersistable

Properties

Address : EndPoint

Proxy server address.

ByPassOnLocal : bool

Use for local addresses.

Login : string

Login.

Password : SecureString

Password.

UseCredentials : bool

Use login and password authorization.

UseProxy : bool

To use proxy server.

Methods

ApplyProxySettings(IFileSystem, bool)

To set proxy settings for the application.

fileSystem
File system.
save
Save changes into ProxyConfigurationFile.
GetProxySettings(IFileSystem) : ProxySettings

To get proxy settings.

fileSystem
File system.

Returns: Proxy-server settings.

Load(SettingsStorage)

Load settings.

storage
Settings storage.
Save(SettingsStorage)

Save settings.

storage
Settings storage.
ToString() : string

Преобразовать к строковому представлению.

Returns: Строковое представление.