資源簡(jiǎn)介
asp.net c# http https 代理服務(wù)器源碼asp.net c# http https 代理服務(wù)器源碼

代碼片段和文件信息
using?System.Reflection;
using?System.Runtime.CompilerServices;
//
//?有關(guān)程序集的常規(guī)信息是通過(guò)下列
//?屬性集控制的。更改這些屬性值可修改與程序集
//?關(guān)聯(lián)的信息。
//
[assembly:?Assemblytitle(““)]
[assembly:?AssemblyDescription(““)]
[assembly:?AssemblyConfiguration(““)]
[assembly:?AssemblyCompany(““)]
[assembly:?AssemblyProduct(““)]
[assembly:?AssemblyCopyright(““)]
[assembly:?AssemblyTrademark(““)]
[assembly:?AssemblyCulture(““)]
//
//?程序集的版本信息由下列?4?個(gè)值組成:
//
//??????主版本
//??????次版本?
//??????內(nèi)部版本號(hào)
//??????修訂號(hào)
//
//?您可以指定所有這些值,也可以使用“修訂號(hào)”和“內(nèi)部版本號(hào)”的默認(rèn)值,方法是按
//?如下所示使用?‘*‘:
[assembly:?AssemblyVersion(“1.0.*“)]
//
//?要對(duì)程序集進(jìn)行簽名,必須指定要使用的密鑰。有關(guān)程序集簽名的更多信息,請(qǐng)參考?
//?Microsoft?.NET?framework?文檔。
//
//?使用下面的屬性控制用于簽名的密鑰。
//
//?注意:
//???(*)?如果未指定密鑰,則程序集不會(huì)被簽名。
//???(*)?KeyName?是指已經(jīng)安裝在計(jì)算機(jī)上的
//??????加密服務(wù)提供程序(CSP)中的密鑰。KeyFile?是指包含
//???????密鑰的文件。
//???(*)?如果?KeyFile?和?KeyName?值都已指定,則?
//???????發(fā)生下列處理:
//???????(1)?如果在?CSP?中可以找到?KeyName,則使用該密鑰。
//???????(2)?如果?KeyName?不存在而?KeyFile?存在,則?
//???????????KeyFile?中的密鑰安裝到?CSP?中并且使用該密鑰。
//???(*)?要?jiǎng)?chuàng)建?KeyFile,可以使用?sn.exe(強(qiáng)名稱)實(shí)用工具。
//???????在指定?KeyFile?時(shí),KeyFile?的位置應(yīng)該相對(duì)于
//???????項(xiàng)目輸出目錄,即
//???????%Project?Directory%\obj\。例如,如果?KeyFile?位于
//???????該項(xiàng)目目錄,應(yīng)將?AssemblyKeyFile?
//???????屬性指定為?[assembly:?AssemblyKeyFile(“..\\..\\mykey.snk“)]
//???(*)?“延遲簽名”是一個(gè)高級(jí)選項(xiàng)?-?有關(guān)它的更多信息,請(qǐng)參閱?Microsoft?.NET?framework
//???????文檔。
//
[assembly:?AssemblyDelaySign(false)]
[assembly:?AssemblyKeyFile(““)]
[assembly:?AssemblyKeyName(““)]
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件??????14090??2007-05-27?19:17??Proxy.cs
?????文件??????20019??2002-04-30?00:00??ProxyConfig.cs
?????文件???????9365??2007-05-27?19:18??ProxyServer.csproj
?????文件???????1804??2007-05-29?10:18??ProxyServer.csproj.user
?????文件????????907??2006-08-12?18:06??ProxyServer.sln
????..A..H.?????13312??2007-05-29?10:18??ProxyServer.suo
?????文件???????8008??2002-04-30?00:00??readme.txt
?????文件???????2620??2007-05-27?19:51??Service1.cs
?????文件???????1733??2002-01-30?13:04??Service1.resx
?????文件???????7359??2002-05-09?00:00??Socks4Handler.cs
?????文件??????11377??2002-04-30?00:00??Socks5Handler.cs
?????文件???????6381??2002-04-30?00:00??SocksClient.cs
?????文件???????9624??2002-04-30?00:00??SocksHandler.cs
?????文件???????5857??2002-04-30?00:00??SocksListener.cs
?????文件???????1104??2006-08-23?15:17??bin\Debug\config.xm
?????文件??????73728??2007-05-27?19:52??bin\Debug\ProxyServer.exe
?????文件????????288??2006-08-13?01:37??bin\Debug\ProxyServer.exe.config
?????文件?????257536??2007-05-27?19:52??bin\Debug\ProxyServer.pdb
?????目錄??????????0??2007-05-27?19:23??bin\Debug
?????目錄??????????0??2007-05-29?09:43??bin
????.......?????73728??2007-05-27?19:52??obj\Debug\ProxyServer.exe
?????文件????????302??2006-08-13?01:44??obj\Debug\ProxyServer.exe.config
????.......????257536??2007-05-27?19:52??obj\Debug\ProxyServer.pdb
????..A..H.????348296??2007-05-29?10:18??obj\Debug\ProxyServer.projdata
????..A..H.??????1416??2006-08-12?18:06??obj\Debug\ProxyServer.projdata1
?????文件???????2395??2007-05-27?19:23??obj\Debug\ProxyServer.ProjectInstaller.resources
?????文件????????188??2007-05-27?19:23??obj\Debug\ProxyServer.Service1.resources
?????目錄??????????0??2007-05-13?04:05??obj\Debug\temp
?????目錄??????????0??2007-05-13?04:05??obj\Debug\TempPE
?????目錄??????????0??2007-05-27?19:52??obj\Debug
............此處省略26個(gè)文件信息
評(píng)論
共有 條評(píng)論