Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / BrowserFetcher Class / WebProxy Property

In This Topic
    WebProxy Property
    In This Topic
    Gets or sets the Proxy to be used by the WebClient.
    Syntax
    'Declaration
     
    Public Property WebProxy As System.Net.IWebProxy
    public System.Net.IWebProxy WebProxy {get; set;}
    See Also