ProxySettings

StockSharp.Xaml

Proxy-server settings.

実装: IPersistable

プロパティ

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.

メソッド

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.

戻り値: Proxy-server settings.

Load(SettingsStorage)

Load settings.

storage
Settings storage.
Save(SettingsStorage)

Save settings.

storage
Settings storage.
ToString() : string

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

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