ExitOnDisconnect Property (ConnectionSettingsTelnet)
In This Topic
When set to true, Reflection closes automatically when you disconnect from the host.
Syntax
expression.ExitOnDisconnect As Boolean
where expression is a variable that represents a ConnectionSettingsTelnet Object
Remarks
The default value is false. This value can be changed during an open connection.
See Also