-
大小: 0.75M文件類型: .zip金幣: 2下載: 1 次發(fā)布日期: 2020-12-26
- 語(yǔ)言: C#
- 標(biāo)簽: WebBrowser??Ajax??flash??監(jiān)聽(tīng)??
資源簡(jiǎn)介
IE11下不可用,請(qǐng)?jiān)诘桶姹綢E測(cè)試
監(jiān)聽(tīng)webbrowser的所有請(qǐng)求以及查看 請(qǐng)求的詳細(xì),含session cookie 請(qǐng)求標(biāo)題等信息
其中參考了如下項(xiàng)目:
http://www.codeproject.com/Articles/38616/Retrieve-HttpOnly-Session-Cookie-in-WebBrowser
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.IO;
using?System.Windows.Forms;
using?System.Runtime.InteropServices?;
namespace?WindowsFormsApplication1
{
????public?partial?class?Form1?:?Form
????{
????????private?class?CustomTag
????????{
????????????public?string?RequestHeaders?{?get;?set;?}
????????????public?string?ResponseHeaders??{?get;?set;?}
????????????public?byte[]?RequestBody?{?get;?set;?}
????????};
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?OnRequestCompleted(string?verb
?????????????string?url
?????????????string?requestHeaders
?????????????string?responseHeade
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2012-02-11?10:20??bin\
?????文件???????13312??2012-02-11?10:17??bin\WindowsFormsApplication1.exe
?????文件?????????159??2010-07-15?20:22??bin\WindowsFormsApplication1.exe.config
?????文件?????1596416??2012-02-11?10:17??bin\WinInetHook.dll
?????目錄???????????0??2012-02-11?10:20??SampleCode\
?????文件?????????159??2010-07-15?20:22??SampleCode\app.config
?????文件????????2840??2012-02-11?10:16??SampleCode\Form1.cs
?????文件????????6096??2010-07-16?09:38??SampleCode\Form1.Designer.cs
?????文件????????5817??2010-07-16?09:38??SampleCode\Form1.resx
?????文件?????????516??2010-07-14?20:40??SampleCode\Program.cs
?????目錄???????????0??2010-07-17?13:49??SampleCode\Properties\
?????文件????????1478??2010-07-14?20:40??SampleCode\Properties\AssemblyInfo.cs
?????文件????????2872??2010-07-15?20:22??SampleCode\Properties\Resources.Designer.cs
?????文件????????5612??2010-07-14?20:40??SampleCode\Properties\Resources.resx
?????文件????????1103??2010-07-15?20:22??SampleCode\Properties\Settings.Designer.cs
?????文件?????????249??2010-07-14?20:40??SampleCode\Properties\Settings.settings
?????文件????????5595??2010-07-17?13:55??SampleCode\WindowsFormsApplication1.csproj
?????文件?????????511??2010-07-15?18:22??SampleCode\WindowsFormsApplication1.csproj.user
?????文件????????2530??2010-07-15?19:47??SampleCode\WindowsFormsApplication1.sln
?????文件???????40448??2010-07-17?12:05??SampleCode\WindowsFormsApplication1.suo
?????文件????????1373??2010-07-17?14:36??SampleCode\WinInetHookWrapper.cs
?????目錄???????????0??2012-02-11?10:20??WebBrowserHttpSniffer\
?????文件??????????58??2010-07-17?14:33??WebBrowserHttpSniffer\Export.def
?????文件????????2343??2010-07-17?11:26??WebBrowserHttpSniffer\ReadMe.txt
?????文件?????????308??2010-07-17?11:26??WebBrowserHttpSniffer\stdafx.cpp
?????文件????????1099??2010-07-17?16:40??WebBrowserHttpSniffer\stdafx.h
?????文件?????????314??2010-07-17?11:26??WebBrowserHttpSniffer\targetver.h
?????文件?????????330??2010-07-17?16:16??WebBrowserHttpSniffer\WebBrowserHttpSniffer.cpp
?????文件????????5221??2010-07-17?16:38??WebBrowserHttpSniffer\WebBrowserHttpSniffer.vcxproj
?????文件????????1622??2010-07-17?16:28??WebBrowserHttpSniffer\WebBrowserHttpSniffer.vcxproj.filters
?????文件?????????396??2010-07-17?14:40??WebBrowserHttpSniffer\WebBrowserHttpSniffer.vcxproj.user
............此處省略3個(gè)文件信息
評(píng)論
共有 條評(píng)論