Proxy.

GetWebProxy() Method

Summary

Gets a System.Net.WebProxy instance representing the current NAnt.Core.Types.Proxy.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
Proxy

Syntax

public IWebProxy GetWebProxy()

Return Value

Type Description
IWebProxy A System.Net.WebProxy instance representing the current NAnt.Core.Types.Proxy, or GlobalProxySelection.Select if this proxy should not be used to connect to the external resource.