资源简介
C#扫描代理IP
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Text;
using System.Net;
using System.IO;
using System.Text.Regularexpressions;
using System.IO.Compression;
using System.Security.Cryptography.X509Certificates;
using System.Net.Security;
namespace GetProxyIP
{
///
/// Http连接操作帮助类
///
public class HttpHelper
{
#region 预定义方法或者变更
//默认的编码
private Encoding encoding = Encoding.Default;
//Post数据编码
private Encoding postencoding = Encoding.Default;
//HttpWebRequest对象用来发起请求
private HttpWebRequest request = null;
//获取影响流的数据对象
private HttpWebResponse response = null;
///
/// 根据相传入的数据,得到相应页面数据
///
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-08-26 13:23 GetPorxyIP\bin\
目录 0 2014-08-26 13:23 GetPorxyIP\bin\x86\
目录 0 2014-08-27 15:59 GetPorxyIP\bin\x86\Debug\
文件 540672 2014-08-27 15:59 GetPorxyIP\bin\x86\Debug\DB.mdb
文件 35328 2014-08-26 12:19 GetPorxyIP\bin\x86\Debug\GetProxyIP.exe
文件 60928 2014-08-26 12:19 GetPorxyIP\bin\x86\Debug\GetProxyIP.pdb
文件 24224 2014-08-26 12:19 GetPorxyIP\bin\x86\Debug\GetProxyIP.vshost.exe
文件 6144 2014-08-19 16:09 GetPorxyIP\bin\x86\Debug\QQClent.dll
目录 0 2014-08-26 13:23 GetPorxyIP\bin\x86\Release\
文件 540672 2014-08-26 11:12 GetPorxyIP\bin\x86\Release\DB.mdb
文件 33280 2014-08-26 11:13 GetPorxyIP\bin\x86\Release\GetProxyIP.exe
文件 56832 2014-08-26 11:13 GetPorxyIP\bin\x86\Release\GetProxyIP.pdb
文件 24224 2014-08-26 11:13 GetPorxyIP\bin\x86\Release\GetProxyIP.vshost.exe
文件 490 2010-03-17 22:39 GetPorxyIP\bin\x86\Release\GetProxyIP.vshost.exe.manifest
文件 6144 2014-08-19 16:09 GetPorxyIP\bin\x86\Release\QQClent.dll
文件 6155 2014-08-26 11:12 GetPorxyIP\GetProxyIP.csproj
文件 228 2014-08-25 16:49 GetPorxyIP\GetProxyIP.csproj.user
目录 0 2014-08-26 13:23 GetPorxyIP\Global\
文件 3122 2014-08-26 11:10 GetPorxyIP\Global\G_Function.cs
文件 924 2014-08-26 11:09 GetPorxyIP\Global\G_Variables.cs
文件 23990 2014-08-22 13:48 GetPorxyIP\HttpHelper.cs
文件 8280 2014-08-26 12:19 GetPorxyIP\MainForm.cs
文件 7064 2014-08-26 11:31 GetPorxyIP\MainForm.Designer.cs
文件 6216 2014-08-26 11:31 GetPorxyIP\MainForm.resx
目录 0 2014-08-26 13:23 GetPorxyIP\obj\
目录 0 2014-08-26 13:23 GetPorxyIP\obj\Debug\
文件 7046 2014-08-21 19:11 GetPorxyIP\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 852 2014-08-21 20:24 GetPorxyIP\obj\Debug\GetProxyIP.csproj.FileListAbsolute.txt
文件 980 2014-08-21 20:24 GetPorxyIP\obj\Debug\GetProxyIP.csproj.GenerateResource.Cache
文件 29696 2014-08-21 20:24 GetPorxyIP\obj\Debug\GetProxyIP.exe
文件 180 2014-08-21 20:24 GetPorxyIP\obj\Debug\GetProxyIP.MainForm.resources
............此处省略71个文件信息
- 上一篇:wcf 用Duplex实现消息广播
- 下一篇:窗体淡出的功能实现
相关资源
- C#联通网络宽带测试 拨号
- C#百度指数抓取方法(2012年版本已失
- C# 隐藏某个磁盘分区
- C# 读取并编辑window系统的右键菜单
- C#自定义屏保(不断滚动的文字)
- C#winform打印指定区域 -控件拖动 -设置
- C#使用Hook进行改键
- 提供C#调用系统API函数弹出或收起光驱
- 通过C#自带的头文件(类)获取Windo
- C#获取电脑CPU以及内存使用率
- 利用uu云打码平台的lib实现的c#打码平
- tf-idf一种计算方法
- C# pop3 邮件接收程序
- C# 邮件群发示例 源码下载18952
- 动态抓取IPC#实现
- XXTEA算法的C#实现和JS实现,可以互相
- C# 飞行棋 游戏源码(面向对象入门)
- Multipart解析类库源码(HttpMultipart)
- asp.net 网页静态化组件(shipingx-Stati
- 基于WinPcap的C# ARP欺骗软件().rar
- C#网络应用编程 矩阵并行计算练习
- 《C#版Ftp软件源码》
-
C# 播放铃声(AxWindowsMediaPla
yer)最新 - C# 把图片显示成椭圆形状
- C# 水平交错效果显示图像
- winform 浮雕效果的图像
- c# 底片效果显示图像就像旧式相机的
- 积木效果显示图像
- C# 隐形窗体 (没有边框,没有标题栏
- browerPhotoC#网页截图(不打开网页)
评论
共有 条评论