Enum
GatewayType

Type of Upstream Gateway

Definition

Namespace:Fiddler

Assembly:FiddlerCore.dll

Syntax:

cs-api-definition
[Obsolete("Use Telerik.NetworkConnections.NetworkConnectionsManager.GetCurrentProxySettingsForConnection(*) to get information for the current proxy settings.")]
public enum GatewayType : byte

Fields

Manual

Traffic should be sent to a manually-specified proxy

Declaration

cs-api-definition
Manual = 1

Field Value

GatewayType

None

Traffic should be sent directly to the server

Declaration

cs-api-definition
None = 0

Field Value

GatewayType

System

Traffic should be sent to the System-configured proxy

Declaration

cs-api-definition
System = 2

Field Value

GatewayType

WPAD

Proxy should be automatically detected

Declaration

cs-api-definition
WPAD = 3

Field Value

GatewayType

In this article
DefinitionFieldsManualNoneSystemWPAD
Not finding the help you need?
Contact Support