Class GatewayType
Type of Upstream Gateway
Inheritance
System.Object
GatewayType
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public sealed class GatewayType : Enum
Fields
Manual
Traffic should be sent to a manually-specified proxy
Declaration
public const GatewayType Manual
Field Value
GatewayType
|
None
Traffic should be sent directly to the server
Declaration
public const GatewayType None
Field Value
GatewayType
|
System
Traffic should be sent to the System-configured proxy
Declaration
public const GatewayType System
Field Value
GatewayType
|
value__
Declaration
public byte value__
Field Value
System.Byte
|
WPAD
Proxy should be automatically detected
Declaration
public const GatewayType WPAD
Field Value
GatewayType
|