NAnt SDK Documentation - v0.92 |
|
Proxy.Port Property
The port number on Host to use.
[Visual Basic]
<TaskAttribute(Required:=True, Name:="port", ExpandProperties:=True, ProcessXml:=True), _
Int32Validator(MinValue:=-2147483648, MaxValue:=2147483647, Base:=10)>
Public Property Port As
Integer
[C#]
[TaskAttribute(Required=True, Name="port", ExpandProperties=True, ProcessXml=True)]
[Int32Validator(MinValue=-2147483648, MaxValue=2147483647, Base=10)]
public
int Port {get; set;}
See Also
Proxy Class | NAnt.Core.Types Namespace