Skip to content

GatewayUsageMethod

Specifies when an RD Gateway server should be used.

Type

csharp
RoyalApps.Community.Rdp.WinForms.Configuration.Connection.GatewayUsageMethod

Used By

Values

Never = 0

Never use an RD Gateway server.

Always = 1

Always use an RD Gateway server.

OnDemand = 2

Use an RD Gateway server only if a direct connection cannot be made.

UseDefaultSettings = 3

Use the default RD Gateway settings configured for the published resource or workspace.

BypassLocalAddresses = 4

Bypass the RD Gateway server for local addresses.

Back to API index

MIT Licensed