SessionState Property (Read Only) |
Top Previous Next |
Returns the current session state.
Visual Basic Syntax
[TNBXSS =] TNBnnnnX.SessionState
Delphi Syntax
[TNBXSS :=] TNBnnnnX.SessionState;
It can return any of TNBSessionState constant values:
Remarks
While the telnet connection is closed this property returns always ssNoSession value. When the telnet connection is opened it can return:
See Also TNBXSS type. |