NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
Proxy.BypassOnLocal Property
[This is preliminary documentation and subject to change.]
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;}
Remarks
Missing <remarks> documentation for P:NAnt.Core.Types.Proxy.BypassOnLocal
See Also
Proxy Class | NAnt.Core.Types Namespace