ProxySettings
StockSharp.Xaml
Proxy-server settings.
实现: IPersistable
属性
ByPassOnLocal : bool
Use for local addresses.
Password : SecureString
Password.
UseCredentials : bool
Use login and password authorization.
方法
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.