Table of Contents

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

TerminalServerConnectionClient

Enabled

Gets or sets whether this connection is enabled.

public BooleanOption Enabled { get; set; }

Property Value

BooleanOption

Environment

Gets or sets the environment settings for this connection.

public TerminalServerConnectionEnvironment Environment { get; set; }

Property Value

TerminalServerConnectionEnvironment

General

Gets or sets the general settings for this connection.

public TerminalServerConnectionGeneral General { get; set; }

Property Value

TerminalServerConnectionGeneral

Logon

Gets or sets the logon settings for this connection.

public TerminalServerConnectionLogon Logon { get; set; }

Property Value

TerminalServerConnectionLogon

Name

Gets or sets the unique name of this terminal - for example "RDP-tcp".

public string Name { get; set; }

Property Value

string

Network

Gets or sets the network settings for this connection.

public TerminalServerConnectionNetwork Network { get; set; }

Property Value

TerminalServerConnectionNetwork

RemoteControl

Gets or sets the remote control settings for this connection.

public TerminalServerConnectionRemoteControl RemoteControl { get; set; }

Property Value

TerminalServerConnectionRemoteControl

Security

Gets or sets the security configuration for this terminal server connection.

public TerminalServerConnectionSecurity Security { get; set; }

Property Value

TerminalServerConnectionSecurity

Session

Gets or sets the session settings for this connection.

public TerminalServerConnectionSession Session { get; set; }

Property Value

TerminalServerConnectionSession

Methods

CompareTo(TerminalServerConnection)

Compares two terminal server connections to allow sorting alphabetically by connection name.

public int CompareTo(TerminalServerConnection other)

Parameters

other TerminalServerConnection

Returns

int