C#中用SOCKET发送HTTP请求例子
C#中用SOCKET发送HTTP请求 自行组织http报文,报显示服务器反馈回来的报头与报体信息。 StringBuilder buf = new StringBuilder(); buf.Append("GET ").Append(path).Append(" HTTP/1.0\r\n"); buf.Append("Content-Type: application/x-www-form-urlencoded\r\n"); buf.Append("\r\n");
文件列表
HTTP报文抓取工具.rar
(预估有个23文件)
HTTP报文抓取工具
WindowsFormsApplication3
Form1.cs
1KB
bin
Debug
WindowsFormsApplication3.pdb
28KB
WindowsFormsApplication3.vshost.exe.manifest
490B
WindowsFormsApplication3.exe
11KB
WindowsFormsApplication3.vshost.exe
14KB
MyConnection.cs
2KB
暂无评论