IMsRdpClientAdvancedSettings7::NetworkConnectionType property

Gets or sets the type of network connection used between the client and server. The network connection type information passed on to the server helps the server tune several parameters based on the network connection type.

This property is read/write.

Syntax

HRESULT put_NetworkConnectionType(
  [in]          UINT connectionType
);

HRESULT get_NetworkConnectionType(
  [out, retval] UINT *pConnectionType
);

Property value

The network connection type.

CONNECTION_TYPE_MODEM (1 (0x1))

Modem (56 Kbps)

CONNECTION_TYPE_BROADBAND_LOW (2 (0x2))

Low-speed broadband (256 Kbps to 2 Mbps)

CONNECTION_TYPE_SATELLITE (3 (0x3))

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

CONNECTION_TYPE_BROADBAND_HIGH (4 (0x4))

High-speed broadband (2 Mbps to 10 Mbps)

CONNECTION_TYPE_WAN (5 (0x5))

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

CONNECTION_TYPE_LAN (6 (0x6))

Local area network (LAN) (10 Mbps or higher)

Requirements

Requirement Value
Minimum supported client
Windows 7
Minimum supported server
Windows Server 2008 R2
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IID_IMsRdpClientAdvancedSettings7 is defined as 26036036-4010-4578-8091-0db9a1edf9c3

See also

IMsRdpClientAdvancedSettings8

IMsRdpClientAdvancedSettings7