• 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 FiddlerCoreStartupSettingsBuilder<T, P>

A generic builder class for FiddlerCoreStartupSettings.

Inheritance
System.Object
FiddlerCoreStartupSettingsBuilder<T, P>
FiddlerCoreStartupSettingsBuilder
Namespace: Fiddler
Assembly: FiddlerCore.dll

Syntax

public abstract class FiddlerCoreStartupSettingsBuilder<T, P> : Object, IFiddlerCoreStartupSettingsBuilder<T, P> where T : FiddlerCoreStartupSettingsBuilder<T, P> where P : FiddlerCoreStartupSettings
Type Parameters
T

FiddlerCoreStartupSettingsBuilder<T, P>

P

FiddlerCoreStartupSettings

Fields

fiddlerCoreStartupSettings

The FiddlerCoreStartupSettings instance being built.

Declaration
protected P fiddlerCoreStartupSettings
Field Value
P

t

Reference to this. Return this field instead of (T)this in your methods in order to avoid multiple casting.

Declaration
protected readonly T t
Field Value
T

Methods

AllowRemoteClients()

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

Declaration
public virtual T AllowRemoteClients()
Returns
T

FiddlerCoreStartupSettingsBuilder<T, P>

Implements
IFiddlerCoreStartupSettingsBuilder<T, P>.AllowRemoteClients()
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
public P Build()
Returns
P

The instance of FiddlerCoreStartupSettings.

Implements
IFiddlerCoreStartupSettingsBuilder<T, P>.Build()

CaptureFTP()

Registers FiddlerCore as the FTP proxy.

Declaration
public virtual T CaptureFTP()
Returns
T

FiddlerCoreStartupSettingsBuilder<T, P>

Implements
IFiddlerCoreStartupSettingsBuilder<T, P>.CaptureFTP()

CaptureLocalhostTraffic()

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

Declaration
public virtual T CaptureLocalhostTraffic()
Returns
T

FiddlerCoreStartupSettingsBuilder<T, P>

Implements
IFiddlerCoreStartupSettingsBuilder<T, P>.CaptureLocalhostTraffic()

ChainToUpstreamGateway()

Forwards requests to any upstream gateway.

Declaration
public virtual T ChainToUpstreamGateway()
Returns
T

FiddlerCoreStartupSettingsBuilder<T, P>

Implements
IFiddlerCoreStartupSettingsBuilder<T, P>.ChainToUpstreamGateway()

DecryptSSL()

Decrypts HTTPS Traffic.

Declaration
public virtual T DecryptSSL()
Returns
T

FiddlerCoreStartupSettingsBuilder<T, P>

Implements
IFiddlerCoreStartupSettingsBuilder<T, P>.DecryptSSL()

EnableHTTP2()

Enable support for capturing HTTP/2 sessions.

Declaration
public virtual T EnableHTTP2()
Returns
T

FiddlerCoreStartupSettingsBuilder<T, P>

HookUsingPACFile()

Sets connections to use a self-generated PAC File.

Declaration
public virtual T HookUsingPACFile()
Returns
T

FiddlerCoreStartupSettingsBuilder<T, P>

Implements
IFiddlerCoreStartupSettingsBuilder<T, P>.HookUsingPACFile()

ListenOnPort(UInt16)

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

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

The port on which the FiddlerCore app should listen on.

Returns
T

FiddlerCoreStartupSettingsBuilder<T, P>

Implements
IFiddlerCoreStartupSettingsBuilder<T, P>.ListenOnPort(UInt16)

MonitorAllConnections()

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

Declaration
public virtual T MonitorAllConnections()
Returns
T

FiddlerCoreStartupSettingsBuilder<T, P>

Implements
IFiddlerCoreStartupSettingsBuilder<T, P>.MonitorAllConnections()

RegisterAsSystemProxy()

Registers as the system proxy.

Declaration
public virtual T RegisterAsSystemProxy()
Returns
T

FiddlerCoreStartupSettingsBuilder<T, P>

Implements
IFiddlerCoreStartupSettingsBuilder<T, P>.RegisterAsSystemProxy()

SetUpstreamProxySettingsTo(ProxySettings)

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

Declaration
public virtual T SetUpstreamProxySettingsTo(ProxySettings proxySettings)
Parameters
ProxySettings proxySettings

ProxySettings

Returns
T

IFiddlerCoreStartupSettingsBuilder<T, P>

Implements
IFiddlerCoreStartupSettingsBuilder<T, P>.SetUpstreamProxySettingsTo(ProxySettings)

UseClientTlsProvider(IClientTlsConnectionProvider)

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

Declaration
public virtual T UseClientTlsProvider(IClientTlsConnectionProvider customClientTlsProvider)
Parameters
IClientTlsConnectionProvider customClientTlsProvider

An IClientTlsConnectionProvider implementation

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.