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

Proxy.Host Property

[This is preliminary documentation and subject to change.]

The name of the proxy host.

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

Remarks

Missing <remarks> documentation for P:NAnt.Core.Types.Proxy.Host

See Also

Proxy Class | NAnt.Core.Types Namespace