InfoConnect for Unisys
RloginPort Property


The protocol port used to establish the Rlogin connection.
Syntax
'Declaration
 
Property RloginPort As Integer
'Usage
 
Dim instance As IConnectionSettingsRLogin
Dim value As Integer
 
instance.RloginPort = value
 
value = instance.RloginPort
int RloginPort {get; set;}

Property Value

The default value is 513. This value cannot be changed if the connection is open.
See Also