NAnt SDK Documentation - v0.85-nightly-2005-11-09

GetTask.HttpProxy Property

[This is preliminary documentation and subject to change.]

NOTE: This property is now obsolete.

Use the <proxy> child element instead.


If inside a firewall, proxy server/port information Format: {proxy server name}:{port number} Example: proxy.mycompany.com:8080

[Visual Basic]
<TaskAttribute(Name:="httpproxy", Required:=False, ExpandProperties:=True, ProcessXml:=True), _  Obsolete(Message:="Use the <proxy> child element instead.", IsError:=False)>
Public Property HttpProxy As String
[C#]
[TaskAttribute(Name="httpproxy", Required=False, ExpandProperties=True, ProcessXml=True)]
[Obsolete(Message="Use the <proxy> child element instead.", IsError=False)]
public string HttpProxy {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.Core.Tasks.GetTask.HttpProxy

See Also

GetTask Class | NAnt.Core.Tasks Namespace