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


In This Topic
NSVTPort Property (IConnectionSettingsVTMgr)
In This Topic
The port number to use when establishing the VT-MGR connection.
Syntax
'Declaration
 
Property NSVTPort As Integer
 
'Usage
 
Dim instance As IConnectionSettingsVTMgr
Dim value As Integer
 
instance.NSVTPort = value
 
value = instance.NSVTPort

Property Value

You can set this number to any integer value between 1 and 65535. The default is 0, which lets the NSVT protocol module determine 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