Wraps the native terminal server handle.
Declaring type: ITerminalServerHandle
Namespace: Cassia
Assembly: Cassia
Collapse/Expand Public Methods
  Name Description
Public Method Abstract Close Closes the terminal server handle.
Public Method Abstract Open Opens the terminal server handle.
Collapse/Expand Public Properties
  Name Description
Public Property Abstract Handle The underlying terminal server handle provided by Windows in a call to WTSOpenServer.
Public Property Abstract IsOpen Gets a value indicating whether the connection to the server is currently open.
Public Property Abstract Local Gets a value indicating whether the handle is for the local server.
Public Property Abstract ServerName The name of the terminal server for this connection.