Click or drag to resize
GatewayType Enumeration
Type of Upstream Gateway

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public enum GatewayType
Members
  Member nameValueDescription
None0 Traffic should be sent directly to the server
Manual1 Traffic should be sent to a manually-specified proxy
System2 Traffic should be sent to the System-configured proxy
WPAD3 Proxy should be automatically detected
See Also