InfoConnect for Unisys
NSVTPort Property (IConnectingSettingsBestNetwork)


The port number to use when establishing the VT-MGR connection.
Syntax
'Declaration
 
Property NSVTPort As Integer
'Usage
 
Dim instance As IConnectingSettingsBestNetwork
Dim value As Integer
 
instance.NSVTPort = value
 
value = instance.NSVTPort
int NSVTPort {get; set;}

Property Value

You can set this to any integer value between 1 and 65535. The default is 0, which lets the NSVT protocol module choose the port. This value cannot be changed if the connection is open.
Remarks
Port 1570 is used for streams; port 1537 is the standard port.
See Also