Specifies the interactive terminal modes supported by the InternetDialer class.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
These values may be combined if multiple terminal modes should be used when the connection is established. If scripting has been enabled by setting the ScriptFile property, no terminal window should be displayed after the connection. This is because scripting has it's own terminal implementation.
| Member Name | Description | Value |
|---|---|---|
| terminalNone | No terminal window is displayed | 0 |
| terminalBeforeDial | Terminal window is displayed before dialing. | 1 |
| terminalAfterDial | Terminal window is displayed after dialing. Do not use if scripting has been enabled. | 2 |
Namespace: SocketTools
Assembly: SocketTools.InternetDialer (in SocketTools.InternetDialer.dll)