Connection to a terminal server.
Declaring type: ITerminalServer
Namespace: Cassia
Assembly: Cassia
Collapse/Expand Public Methods
  Name Description
Public Method Abstract Close Closes the connection to the server.
Public Method Abstract GetProcess Retrieves information about a particular process running on the server.
Public Method Abstract GetProcesses Retrieves a list of processes running on the terminal server.
Public Method Abstract GetSession Retrieves information about a particular session on the server.
Public Method Abstract GetSessions Lists the sessions on the terminal server.
Public Method Abstract Open Opens a connection to the server.
Public Method Abstract Shutdown Shuts down the terminal server.
Collapse/Expand Public Properties
  Name Description
Public Property Abstract Handle Underlying connection to the terminal server.
Public Property Abstract IsOpen Returns true if a connection to the server is currently open.
Public Property Abstract Local Gets a value indicating whether this server is the local terminal server.
Public Property Abstract ServerName The name of the terminal server.