NAnt SDK Documentation - v0.92 |
|
GetTask.HttpProxy Property
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(Required:=False, Name:="httpproxy", ExpandProperties:=True, ProcessXml:=True), _
Obsolete(Message:="Use the <proxy> child element instead.", IsError:=False)>
Public Property HttpProxy As
String
[C#]
[TaskAttribute(Required=False, Name="httpproxy", ExpandProperties=True, ProcessXml=True)]
[Obsolete(Message="Use the <proxy> child element instead.", IsError=False)]
public
string HttpProxy {get; set;}
See Also
GetTask Class | NAnt.Core.Tasks Namespace