2016-04-20 47 views
0

我訪問內部WPF應用程序和代碼t是像下面爲什麼Fiddlercore在提琴手關閉時不工作?

Fiddler.CONFIG.IgnoreServerCertErrors = false;   
FiddlerApplication.Prefs.SetBoolPref("fiddler.network.streaming.abortifclientaborts", true); 
FiddlerCoreStartupFlags oFCSF = FiddlerCoreStartupFlags.Default; 

try 
{ 
    int iPort = 8888; 
    FiddlerApplication.Startup(iPort, oFCSF); 
    //FiddlerApplication.Startup(iPort, true, true, true); 
    FiddlerApplication.Log.LogFormat("Created endpoint listening on port {0}", iPort); 

    FiddlerApplication.Log.LogFormat("Starting with settings: [{0}]", oFCSF); 
    FiddlerApplication.Log.LogFormat("Gateway: {0}", CONFIG.UpstreamGateway.ToString()); 
    } 
    catch { } 

我需要什麼設置來改變?從日誌初始啓動條目如下

2016年4月20日22:03:42949 [9] INFO FiddlerCore開始2016年4月20日

22:03:43159 [9] INFO創建的端點偵聽端口8888

2016年4月20日22:03:43159 [9]信息與設置的開始:[默認]

2016年4月20日22:03:43160 [9] INFO網關:系統2016-04-20

22:03:44,928 [14] INFOFiddler.N網絡。自動代理>自動代理檢測 失敗。 2016-04-20 22:03:44,928 [14]信息自動代理失敗。禁用此網絡的 。

回答

相關問題