資源簡介
C#關(guān)于VPN的應(yīng)用
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?System.Net;
using?System.Threading;
using?DotRas;
using?DotRas.Design;
namespace?VPN?{
????public?partial?class?Form1?:?Form?{
????????private?delegate?void?DlgGd1FillData(object?ds);
????????private?DlgGd1FillData?Gd1FillDataHandler?=?null;
????????private?delegate?void?DlgBtnPing(bool?enabled);
????????private?DlgBtnPing?BtnPingHandler?=?null;
????????///?
????????///?當(dāng)前試圖連接的序數(shù)(DataGridView?中的序數(shù))?排序后應(yīng)重設(shè)這個(gè)數(shù)字為?-1;?FindNext?會(huì)對(duì)這個(gè)值加1.
????????///?
????????private?int?currTryIdx?=?-1;
????????private?VPNInfoEntity?currTryVPNInfoEntity;
????????private?bool
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件??????32518??2010-03-02?14:49??VPN\VPN\bin\Debug\data\disableList.db
?????文件???????2639??2010-03-02?14:49??VPN\VPN\bin\Debug\data\enableList.db
?????文件?????131072??2009-08-31?23:21??VPN\VPN\bin\Debug\DotRas.dll
?????文件?????315240??2009-08-31?23:21??VPN\VPN\bin\Debug\DotRas.xm
?????文件?????270336??2009-07-17?08:40??VPN\VPN\bin\Debug\log4net.dll
?????文件??????81920??2010-03-02?14:48??VPN\VPN\bin\Debug\VPN.exe
?????文件??????89600??2010-03-02?14:48??VPN\VPN\bin\Debug\VPN.pdb
?????文件??????14328??2010-03-02?14:50??VPN\VPN\bin\Debug\VPN.vshost.exe
?????文件????????490??2007-07-21?01:33??VPN\VPN\bin\Debug\VPN.vshost.exe.manifest
?????文件??????12422??2010-03-02?14:15??VPN\VPN\Form1.cs
?????文件??????12979??2010-03-02?13:54??VPN\VPN\Form1.Designer.cs
?????文件??????69136??2010-03-02?13:54??VPN\VPN\Form1.resx
?????文件???????6924??2010-02-24?16:20??VPN\VPN\HttpRequest.cs
?????文件???????9629??2010-03-02?10:20??VPN\VPN\obj\Debug\ResolveAssemblyReference.cache
?????文件???????5120??2010-02-24?22:19??VPN\VPN\obj\Debug\TempPE\Res.Designer.cs.dll
?????文件????????516??2010-03-02?14:50??VPN\VPN\obj\Debug\VPN.csproj.FileListAbsolute.txt
?????文件????????982??2010-03-02?13:54??VPN\VPN\obj\Debug\VPN.csproj.GenerateResource.Cache
?????文件??????81920??2010-03-02?14:48??VPN\VPN\obj\Debug\VPN.exe
?????文件??????40381??2010-03-02?13:54??VPN\VPN\obj\Debug\VPN.Form1.resources
?????文件??????89600??2010-03-02?14:48??VPN\VPN\obj\Debug\VPN.pdb
?????文件????????180??2010-02-25?23:48??VPN\VPN\obj\Debug\VPN.Properties.Resources.resources
?????文件???????3364??2010-02-25?23:48??VPN\VPN\obj\Debug\VPN.Res.resources
?????文件???????1020??2010-02-24?10:15??VPN\VPN\PingHelper.cs
?????文件???????2541??2010-02-24?23:20??VPN\VPN\Program.cs
?????文件???????1338??2010-02-23?15:11??VPN\VPN\Properties\AssemblyInfo.cs
?????文件???????2767??2010-02-23?15:11??VPN\VPN\Properties\Resources.Designer.cs
?????文件???????5612??2010-02-23?15:11??VPN\VPN\Properties\Resources.resx
?????文件???????1060??2010-02-23?15:11??VPN\VPN\Properties\Settings.Designer.cs
?????文件????????249??2010-02-23?15:11??VPN\VPN\Properties\Settings.settings
?????文件???????3539??2010-02-24?22:19??VPN\VPN\Res.Designer.cs
............此處省略29個(gè)文件信息
評(píng)論
共有 條評(píng)論