Table of Contents

Enum GroupPolicyNameResolutionPolicyRuleProxyType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Determines the DirectAccess proxy type for the name resolution policy rule.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyNameResolutionPolicyRuleProxyType

Fields

Default = 3

The default web proxy will be used.

DirectConnection = 2

A direct connection will be used.

NotSet = 1

The proxy is not configured.

Specific = 4

The specific web proxy will be used.

Unknown = 0

The proxy type is unknown.