[]
        
(Showing Draft Content)

GrapeCity.Documents.Html.LaunchOptions.ProxyServer

ProxyServer Property

ProxyServer

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".

Declaration
public string ProxyServer { get; set; }
Public Property ProxyServer As String