| NAnt  Help  Type Reference  <proxy> | v0.92-rc1 | 
[This is preliminary documentation and subject to change.]
Contains HTTP proxy settings used to process requests to Internet resources.
| Attribute | Type | Description | Required | 
|---|---|---|---|
| host | string | The name of the proxy host. | True | 
| port | int | The port number on hostto use. | True | 
| bypassonlocal | bool | Specifies whether to bypass the proxy server for local addresses. The default is false. | False | 
| if | bool | Indicates if the proxy should be used to connect to the external resource. If true then the proxy will be used; otherwise, not. The default is true. | False | 
| unless | bool | Indicates if the proxy should not be used to connect to the external resource. If false then the proxy will be used; otherwise, not. The default is false. | False | 
| id | string | The ID used to be referenced later. | False | 
| refid | string | The ID to use as the reference. | False |