Gets/Sets the Remote Host port number.

Namespace: Jscape.Telnet
Assembly: Jscape.Telnet (in Jscape.Telnet.dll) Version: 2.6.1.0

Syntax

C#
public int Port { get; set; }
Visual Basic
Public Property Port As Integer
	Get
	Set
Visual C++
public:
property int Port {
	int get ();
	void set (int value);
}

Remarks

Default value is port 512.

See Also