ProxySettings
StockSharp.Xaml
Proxy-server settings.
Implements: IPersistable
Properties
ByPassOnLocal : bool
Use for local addresses.
Password : SecureString
Password.
UseCredentials : bool
Use login and password authorization.
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.