Class TerminalServerConnection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an individual terminal server connection (terminal).
public class TerminalServerConnection : BaseTypeSection, IComparable<TerminalServerConnection>
- Inheritance
-
TerminalServerConnection
- Implements
Constructors
TerminalServerConnection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.TerminalServerConnection class.
public TerminalServerConnection()
Properties
Client
Gets or sets the client settings for this connection.
public TerminalServerConnectionClient Client { get; set; }
Property Value
Enabled
Gets or sets whether this connection is enabled.
public BooleanOption Enabled { get; set; }
Property Value
Environment
Gets or sets the environment settings for this connection.
public TerminalServerConnectionEnvironment Environment { get; set; }
Property Value
General
Gets or sets the general settings for this connection.
public TerminalServerConnectionGeneral General { get; set; }
Property Value
Logon
Gets or sets the logon settings for this connection.
public TerminalServerConnectionLogon Logon { get; set; }
Property Value
Name
Gets or sets the unique name of this terminal - for example "RDP-tcp".
public string Name { get; set; }
Property Value
Network
Gets or sets the network settings for this connection.
public TerminalServerConnectionNetwork Network { get; set; }
Property Value
RemoteControl
Gets or sets the remote control settings for this connection.
public TerminalServerConnectionRemoteControl RemoteControl { get; set; }
Property Value
Security
Gets or sets the security configuration for this terminal server connection.
public TerminalServerConnectionSecurity Security { get; set; }
Property Value
Session
Gets or sets the session settings for this connection.
public TerminalServerConnectionSession Session { get; set; }
Property Value
Methods
CompareTo(TerminalServerConnection)
Compares two terminal server connections to allow sorting alphabetically by connection name.
public int CompareTo(TerminalServerConnection other)
Parameters
other
TerminalServerConnection