• Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop
    Web
    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for ASP.NET AJAX UI for ASP.NET MVC UI for ASP.NET Core UI for Blazor UI for Silverlight UI for PHP UI for JSP
    Mobile
    UI for .NET MAUI UI for Xamarin
    Document Management
    Telerik Document Processing
    Desktop
    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF UI for UWP
    Reporting & Mocking
    Telerik Reporting Telerik Report Server Telerik JustMock
    Automated Testing
    Test Studio Test Studio Dev Edition
    CMS
    Sitefinity
    UI/UX Design
    Unite UX
    Debugging
    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Jam FiddlerCap FiddlerCore
    Extended Reality
    UI for Unity XR
    Free Tools
    JustAssembly JustDecompile VB.NET to C# Converter Testing Framework
    View all products
  • Overview
    • jQuery
    • Angular
    • React
    • Vue
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Docs & Support
  • Pricing
  • Search
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class FiddlerCoreStartupSettings

Holds startup settings for FiddlerCore. Use the FiddlerCoreStartupSettingsBuilder to build an instance of this class. Then pass the instance to the Startup(FiddlerCoreStartupSettings) method to start FiddlerCore.

Inheritance
System.Object
FiddlerCoreStartupSettings
Namespace: Fiddler
Assembly: FiddlerCore.dll

Syntax

public class FiddlerCoreStartupSettings : Object

Properties

AllowRemoteClients

If set to true, FiddlerCore accepts requests from remote computers or devices. WARNING: Security Impact.

Declaration
public virtual bool AllowRemoteClients { get; }
Property Value
System.Boolean

Remarks

Use caution when allowing Remote Clients to connect. If a hostile computer is able to proxy its traffic through your FiddlerCore instance, he could circumvent IPSec traffic rules, circumvent intranet firewalls, consume memory on your PC, etc.

CaptureFTP

If set to true, FiddlerCore registers as the FTP proxy.

Declaration
public virtual bool CaptureFTP { get; }
Property Value
System.Boolean

CaptureLocalhostTraffic

If set to true, FiddlerCore passes the <-loopback> token to the proxy exception list.

Declaration
public virtual bool CaptureLocalhostTraffic { get; }
Property Value
System.Boolean

ChainToUpstreamGateway

If set to true, FiddlerCore forwards requests to any upstream gateway.

Declaration
public virtual bool ChainToUpstreamGateway { get; }
Property Value
System.Boolean

CustomClientTlsProvider

Gets the custom client TLS provider for Fiddler if set. The provider will be used to authenticate an existing connection and return a stream to read/write data from/to it.

Declaration
public virtual IClientTlsConnectionProvider CustomClientTlsProvider { get; }
Property Value
IClientTlsConnectionProvider

DecryptSSL

If set to true, FiddlerCore decrypts HTTPS Traffic.

Declaration
public virtual bool DecryptSSL { get; }
Property Value
System.Boolean

EnableHTTP2

Enable support for capturing HTTP/2 sessions

Declaration
public virtual bool EnableHTTP2 { get; }
Property Value
System.Boolean

HookUsingPACFile

If set to true, FiddlerCore sets connections to use a self-generated PAC File.

Declaration
public virtual bool HookUsingPACFile { get; }
Property Value
System.Boolean

ListenPort

The port on which the FiddlerCore app will listen on. If 0, a random port will be used.

Declaration
public virtual ushort ListenPort { get; }
Property Value
System.UInt16

MonitorAllConnections

If set to true, FiddlerCore sets all connections to use it, otherwise only the Local LAN is pointed to FiddlerCore.

Declaration
public virtual bool MonitorAllConnections { get; }
Property Value
System.Boolean

RegisterAsSystemProxy

If set to true, FiddlerCore registers as the system proxy.

Declaration
public virtual bool RegisterAsSystemProxy { get; }
Property Value
System.Boolean

UpstreamProxySettings

The proxy settings which FiddlerCore uses to find the upstream proxy.

Declaration
public virtual ProxySettings UpstreamProxySettings { get; }
Property Value
ProxySettings

Getting Started
  • Try Now
Community
  • Forums
  • Blogs
  • Feedback Portal

Copyright © 2019 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.