DS.Documents.Html Assembly / GrapeCity.Documents.Html Namespace / LaunchOptions Class / ProxyServer Property

In This Topic
ProxyServer Property (LaunchOptions)
In This Topic
Gets or sets a proxy server, overrides system settings. Affects HTTP and HTTPS requests only.

For example: "https://proxy-ip:proxy-port" or "socks5://127.0.0.1:1080".

Syntax
'Declaration
 
Public Property ProxyServer As System.String
 
See Also