Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectingSettingsBestNetwork Interface / NSVTPort Property


In This Topic
NSVTPort Property (IConnectingSettingsBestNetwork)
In This Topic
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

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