• 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

Interface IFiddlerCoreStartupSettingsBuilder<T, P>

A generic builder interface for FiddlerCoreStartupSettings.

Namespace: Fiddler
Assembly: FiddlerCore.dll

Syntax

public interface IFiddlerCoreStartupSettingsBuilder<out T, out P>
    where T : IFiddlerCoreStartupSettingsBuilder<T, P> where P : FiddlerCoreStartupSettings
Type Parameters
T

IFiddlerCoreStartupSettingsBuilder<T, P>

P

FiddlerCoreStartupSettings

Methods

AllowRemoteClients()

Accepts requests from remote computers or devices. WARNING: Security Impact

Declaration
T AllowRemoteClients()
Returns
T

IFiddlerCoreStartupSettingsBuilder<T, P>

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.

Build()

Builds the FiddlerCoreStartupSettings instance.

Declaration
P Build()
Returns
P

The instance of FiddlerCoreStartupSettings.

CaptureFTP()

Registers FiddlerCore as the FTP proxy.

Declaration
T CaptureFTP()
Returns
T

IFiddlerCoreStartupSettingsBuilder<T, P>

CaptureLocalhostTraffic()

Passes the <-loopback> token to the proxy exception list.

Declaration
T CaptureLocalhostTraffic()
Returns
T

IFiddlerCoreStartupSettingsBuilder<T, P>

ChainToUpstreamGateway()

Forwards requests to any upstream gateway.

Declaration
T ChainToUpstreamGateway()
Returns
T

IFiddlerCoreStartupSettingsBuilder<T, P>

DecryptSSL()

Decrypts HTTPS Traffic.

Declaration
T DecryptSSL()
Returns
T

IFiddlerCoreStartupSettingsBuilder<T, P>

HookUsingPACFile()

Sets connections to use a self-generated PAC File.

Declaration
T HookUsingPACFile()
Returns
T

IFiddlerCoreStartupSettingsBuilder<T, P>

ListenOnPort(UInt16)

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

Declaration
T ListenOnPort(ushort port)
Parameters
System.UInt16 port

The port on which the FiddlerCore app should listen on.

Returns
T

IFiddlerCoreStartupSettingsBuilder<T, P>

MonitorAllConnections()

Sets all connections to use FiddlerCore, otherwise only the Local LAN is pointed to FiddlerCore.

Declaration
T MonitorAllConnections()
Returns
T

IFiddlerCoreStartupSettingsBuilder<T, P>

RegisterAsSystemProxy()

Registers as the system proxy.

Declaration
T RegisterAsSystemProxy()
Returns
T

IFiddlerCoreStartupSettingsBuilder<T, P>

SetUpstreamProxySettingsTo(ProxySettings)

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

Declaration
T SetUpstreamProxySettingsTo(ProxySettings proxySettings)
Parameters
ProxySettings proxySettings

ProxySettings

Returns
T

IFiddlerCoreStartupSettingsBuilder<T, P>

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.