Document Solutions for PDF
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / GcHtmlRenderer Class / ProxyServer Property

In This Topic
    ProxyServer Property (GcHtmlRenderer)
    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
    public System.string ProxyServer {get; set;}
    See Also