NUnitAsp

HttpClient.Proxy Field

The proxy server information to use to proxy HTTP requests. If this property is set to null, the default value returned by GlobalProxySelection.Select is used.

public IWebProxy Proxy;

Example

Browser.Proxy = new WebProxy("http://myproxy:8080");

See Also

HttpClient Class | NUnit.Extensions.Asp Namespace