GetTask.

HttpProxy Property

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
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.
ObsoleteAttribute

Value

Type Description
string