GatewayUsageMethod
Specifies when an RD Gateway server should be used.
Type
csharp
RoyalApps.Community.Rdp.WinForms.Configuration.Connection.GatewayUsageMethodUsed By
- GatewayConfiguration
- IRdpClient
- RdpClient12
- RdpClient11
- RdpClient10
- RdpClient9
- RdpClient8
- RdpClient7
- RdpClient2
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.
