NAnt SDK Documentation - v0.92

Proxy.BypassOnLocal Property

Specifies whether to bypass the proxy server for local addresses. The default is false.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="bypassonlocal", ExpandProperties:=True, ProcessXml:=True), _  BooleanValidator>
Public Property BypassOnLocal As Boolean
[C#]
[TaskAttribute(Required=False, Name="bypassonlocal", ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public bool BypassOnLocal {get; set;}

See Also

Proxy Class | NAnt.Core.Types Namespace