Class TerminalServerConnectionNetwork
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the network settings configured on a terminal server connection (terminal).
public class TerminalServerConnectionNetwork : TerminalServerGroupPolicyConfigurableSection
- Inheritance
-
TerminalServerConnectionNetwork
- Inherited Members
Constructors
TerminalServerConnectionNetwork()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.TerminalServerConnectionNetwork class.
public TerminalServerConnectionNetwork()
Properties
AllNetworkAdapters
Gets or sets whether all network adapters should be used for this connection.
public BooleanOption AllNetworkAdapters { get; set; }
Property Value
MaximumConnections
Gets or sets the maximum number of client connections permitted on this terminal. A value of UInt32.MaxValue (4294967295) indicates that there is not connection limit on this adapter.
public uint MaximumConnections { get; set; }
Property Value
MaximumConnectionsString
Gets the maximum number of connections permitted on this terminal in a human readable format.
public string MaximumConnectionsString { get; set; }
Property Value
NetworkAdapterID
Gets or sets the GUID of the network adapter configured for this connection. A GUID of {00000000-0000-0000-0000-000000000000} indicates that all network adapters should be used.
public string NetworkAdapterID { get; set; }
Property Value
NetworkAdapterName
Gets or sets the name of the network adapater to use for this connection - for example "All network adapters configured with this protocol".
public string NetworkAdapterName { get; set; }