NAnt SDK Documentation - v0.85-nightly-2005-11-09

Proxy.GetWebProxy Method 

[This is preliminary documentation and subject to change.]

Gets a WebProxy instance representing the current Proxy.

[Visual Basic]
Public Function GetWebProxy() As IWebProxy
[C#]
public IWebProxy GetWebProxy();

Return Value

A WebProxy instance representing the current Proxy, or GlobalProxySelection.Select if this proxy should not be used to connect to the external resource.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Types.Proxy.GetWebProxy

See Also

Proxy Class | NAnt.Core.Types Namespace