Skip to content

Latest commit

 

History

History
81 lines (50 loc) · 1.97 KB

imsrdpclienttransportsettings-gatewayhostname.md

File metadata and controls

81 lines (50 loc) · 1.97 KB
title description ms.assetid ms.tgt_platform keywords topic_type api_name api_location api_type ms.topic ms.date
IMsRdpClientTransportSettings GatewayHostname property
Specifies the host name of the Remote Desktop Gateway (RD Gateway) server.
34c4b3b7-3768-4d98-b1e8-7fcb8f9c758d
multiple
GatewayHostname property Remote Desktop Services
GatewayHostname property Remote Desktop Services , IMsRdpClientTransportSettings interface
IMsRdpClientTransportSettings interface Remote Desktop Services , GatewayHostname property
apiref
IMsRdpClientTransportSettings.GatewayHostname
IMsRdpClientTransportSettings.get_GatewayHostname
IMsRdpClientTransportSettings.put_GatewayHostname
MsTscAx.dll
COM
reference
05/31/2018

IMsRdpClientTransportSettings::GatewayHostname property

Specifies the host name of the Remote Desktop Gateway (RD Gateway) server.

This property is read/write.

Syntax

HRESULT put_GatewayHostname(
  [in]  BSTR newVal
);

HRESULT get_GatewayHostname(
  [out] BSTR *pProxyHostname
);

Property value

A string that contains the RD Gateway server host name.

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