This property sets the proxy used to communicate with the Http server.

[Visual Basic]
Public Property Proxy As IWebProxy
[C#]
public IWebProxy Proxy {get; set;}

Property Value

The WebProxy instance used to communicate with the server. The default value is null (in Visual Basic, Nothing).

Explanation

The Proxy property sets the WebProxy instance that communicates with the HTTP server.  If a proxy server isn't used, please set null (in Visual Basic, Nothing)

See Also

Http Class | Http Members

The ImageKit.NET3 is created by Newtone Corporation