您的位置:首页 > 理论基础 > 计算机网络

.NET实现HTTP协议中的GET、POST请求

2009-06-30 16:31 471 查看
这个代码网上找,觉得不错,放到这里和大家分享,非常有用。

using System;
2using System.Collections.Generic;
3using System.Text;
4using System.Net;
5using System.Net.Sockets;
6using System.Collections;
7using System.IO;
8using System.Text.RegularExpressions;
9using RE = System.Text.RegularExpressions.Regex;
10using System.Security.Cryptography.X509Certificates;
11
12
27namespace HttpProc
28
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: