使用Fiddler延长发送-接收请求的时间
时间:2010-10-08 来源:allanli
点击Rules->选择Customize Rules option->在OnbeforeRequest中添加:
if (oSession.uriContains("YourApplicationName.xap")){
oSession["ui-color"]="orange";
oSession["ui-bold"]="true";
//Delay received data by X ms per KB downloaded.
oSession["response-trickle-delay"] = "200"; }
相关阅读 更多 +