Proxy.

Port Property

Summary

The port number on NAnt.Core.Types.Proxy.Host to use.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
Proxy

Syntax

[TaskAttribute("port", Required = true)]
[Int32Validator()]
public int Port { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.
Int32ValidatorAttribute Indicates that property should be able to be converted into a int within the given range.

Value

Type Description
int