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

Proxy.Port Property

[This is preliminary documentation and subject to change.]

The port number on Host to use.

[Visual Basic]
<TaskAttribute(Name:="port", Required:=True, ExpandProperties:=True, ProcessXml:=True), _  Int32Validator(MinValue:=-2147483648, MaxValue:=2147483647, Base:=10)>
Public Property Port As Integer
[C#]
[TaskAttribute(Name="port", Required=True, ExpandProperties=True, ProcessXml=True)]
[Int32Validator(MinValue=-2147483648, MaxValue=2147483647, Base=10)]
public int Port {get; set;}

Remarks

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

See Also

Proxy Class | NAnt.Core.Types Namespace