Table of Contents

Enum TerminalServerConnectionPolicy

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Determines the policy of whether connection settings should come from the user.

public enum TerminalServerConnectionPolicy

Fields

Client = 1

The client's connection settings should be used.

Server = 0

The server should override the connection settings from the client.

Unknown = 1024

The connection policy is unknown.