NAnt SDK Documentation - v0.92

Proxy.Host Property

The name of the proxy host.

[Visual Basic]
<TaskAttribute(Required:=True, Name:="host", ExpandProperties:=True, ProcessXml:=True), _  StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null")>
Public Property Host As String
[C#]
[TaskAttribute(Required=True, Name="host", ExpandProperties=True, ProcessXml=True)]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
public string Host {get; set;}

See Also

Proxy Class | NAnt.Core.Types Namespace