Port on the server where we will connect.
[Visual Basic]
Public Property Port As Integer
[C#]
public int Port {get; set;}
Remarks
This property determines which port on remote server is used for connection. If remote server uses some non-standard port value, you can change it here to appropriate value, otherwise default port 22 will be used.
This property value cannot be changed after Connect method is issued.