Skip to content

NetworkConnectionType

Specifies the network connection type reported to the server.

Type

csharp
RoyalApps.Community.Rdp.WinForms.Configuration.Performance.NetworkConnectionType

Used By

Values

NotSet = 0

No connection type is specified.

Modem = 1

Modem (56 Kbps).

BroadbandLow = 2

Low-speed broadband (256 Kbps to 2 Mbps).

Satellite = 3

Satellite (2 Mbps to 16 Mbps, with high latency).

BroadbandHigh = 4

High-speed broadband (2 Mbps to 10 Mbps).

WAN = 5

Wide area network (WAN), typically 10 Mbps or higher with high latency.

LAN = 6

Local area network (LAN), typically 10 Mbps or higher.

Automatic = 7

Detect the network connection type automatically.

Back to API index

MIT Licensed