Gets the remote TCP/IP port that connections in this pool are connected to.
Namespace:
IBM.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
public int Port { get; } |
Visual Basic |
---|
Public ReadOnly Property Port As Integer Get |
Visual C++ |
---|
public: property int Port { int get (); } |