There is no summary.

Assembly: Cassia
Collapse/Expand Public Classes
  Name Description
Public Class ClientProtocolType The protocol that a client is using to connect to a terminal server as returned by ClientProtocolType.
Public Class ConnectionState Connection state of a session.
Public Class RemoteControlHotkeyModifiers

There is no summary.

Public Class RemoteMessageBoxButtons Specifies the combination of buttons that should be displayed in a message box shown with the ITerminalServicesSession.MessageBox method.
Public Class RemoteMessageBoxDefaultButton Specifies the buttons that should be selected by default in a message box shown with the ITerminalServicesSession.MessageBox method.
Public Class RemoteMessageBoxIcon Specifies the icon that should be displayed in a message box shown with the ITerminalServicesSession.MessageBox method.
Public Class RemoteMessageBoxOptions Specifies additional options for a message box shown with the ITerminalServicesSession.MessageBox method.
Public Class RemoteMessageBoxResult Specifies the user's response to a message box shown with the ITerminalServicesSession.MessageBox method.
Public Class ShutdownType The type of terminal server shutdown to perform as specified in a call to Shutdown.
Public Class TerminalServicesManager The main Cassia class, and the only class you should directly construct from your application code. Provides a default implementation of ITerminalServicesManager.
Collapse/Expand Public Interfaces
  Name Description
Public Interface IClientDisplay Information about a remote client's display.
Public Interface ITerminalServer Connection to a terminal server.
Public Interface ITerminalServerHandle Wraps the native terminal server handle.
Public Interface ITerminalServicesManager Top-level interface for enumerating and creating connections to terminal servers.
Public Interface ITerminalServicesProcess A process running on a terminal server.
Public Interface ITerminalServicesSession A session on a terminal server.