Summary
If inside a firewall, proxy server/port information
Format: {proxy server name}:{port number}
Example: proxy.mycompany.com:8080
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Tasks - Containing Type
- GetTask
Syntax
[TaskAttribute("httpproxy")]
[Obsolete("Use the <proxy> child element instead.", false)]
public string HttpProxy { get; set; }
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
ObsoleteAttribute |
Value
Type | Description |
---|---|
string |