App.configuration 命名空间
App.configuration namespace
我在哪里可以找到这个命名空间? App.configuration
App.Configuration.UrlCapture.Cert =
FiddlerApplication.Prefs.GetStringPref("fiddler.certmaker.bc.cert", null);
http://weblog.west-wind.com/posts/2014/Jul/29/Using-FiddlerCore-to-capture-HTTP-Requests-with-NET
我正在研究 fiddler 核心,偶然发现了这段代码,但找不到 App.Configuration 命名空间。
我猜这是他的应用程序 属性 上的自定义 class...事实上,有点 bingling 在 GitHub. Particularly the WebSurgeConfiguration class
中找到了代码
我想您会在该 Repo 中找到所有答案:)
我在哪里可以找到这个命名空间? App.configuration
App.Configuration.UrlCapture.Cert =
FiddlerApplication.Prefs.GetStringPref("fiddler.certmaker.bc.cert", null);
http://weblog.west-wind.com/posts/2014/Jul/29/Using-FiddlerCore-to-capture-HTTP-Requests-with-NET
我正在研究 fiddler 核心,偶然发现了这段代码,但找不到 App.Configuration 命名空间。
我猜这是他的应用程序 属性 上的自定义 class...事实上,有点 bingling 在 GitHub. Particularly the WebSurgeConfiguration class
中找到了代码我想您会在该 Repo 中找到所有答案:)