IMsRdpClientTransportSettings::GatewayDefaultUsageMethod property

The default usage method for Remote Desktop Gateway (RD Gateway).

This property is read-only.

Syntax

HRESULT get_GatewayDefaultUsageMethod(
  [out] ULONG *pulProxyDefaultUsageMethod
);

Property value

A pointer to the default usage method for RD Gateway. Returns a union of the user settings that are set by put_GatewayUsageMethod(), and group policy settings. If no user settings were set by put_GatewayUsageMethod(), get_GatewayDefaultUsageMethod() will return the default value of TSC_PROXY_MODE_DETECT.

Error codes

Returns S_OK if successful.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IID_IMsRdpClientTransportSettings is defined as 720298C0-A099-46f5-9F82-96921BAE4701

See also

IMsRdpClientTransportSettings