Gets the remote TCP/IP port this GatewayConnection is or was connected to.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0

Syntax

C#
public int Port { get; }
Visual Basic (Declaration)
Public ReadOnly Property Port As Integer
Visual C++
public:
property int Port {
	int get ();
}

Property Value

The remote TCP/IP port.

See Also