Catalyst File Transfer .NET

InternetDialer.Terminal Property

Gets and sets the interactive terminal window mode for the current phonebook entry.

[Visual Basic]
Public Property Terminal As RasTerminalMode
[C#]
public InternetDialer.RasTerminalMode Terminal {get; set;}

Property Value

A RasTerminalMode enumeration which specifies the terminal window mode.

Remarks

The Terminal property array is used to control if a terminal window is displayed during the dial-up networking connection process. The terminal window can be used to allow user input before and/or after the dial-up networking connection has been 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.

Displaying a terminal window also imposes several restrictions on the behavior of the class. Because of how the Remote Access Services API is implemented by Microsoft, a connection dialog will be displayed after the Connect method is called if the Terminal property is non-zero. Setting this property to a non-zero value will also disable any asynchronous event notifications. It is not recommended that you set this property unless it is absolutely necessary.

See Also

InternetDialer Class | SocketTools Namespace