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 = 1The client's connection settings should be used.
Server = 0The server should override the connection settings from the client.
Unknown = 1024The connection policy is unknown.