資源簡介
一個使用C#編寫的高仿QQ的,具備通訊功能的聊天軟件。關鍵詞:C# QQ 通訊 IM 皮膚
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Text;
using?System.Net.Sockets;
using?System.Net;
namespace?Common
{
????public?class?TCPDataEventArgs?:?EventArgs
????{
????????public?Socket?Socket;
????????public?Packagebase?Code;
????????public?IPAddress?IpAddress;
????????public?int?Port;
????????public?TCPDataEventArgs(Packagebase?headCode?IPAddress?ipAddress?int?port)
????????{
????????????this.Code?=?headCode;
????????????this.IpAddress?=?ipAddress;
????????????this.Port?=?port;
????????}
????????public?TCPDataEventArgs(Socket?socket?Packagebase?headCode?IPAddress?ipAddress?int?port)
????????????:?this(headCode?ipAddress?port)
????????{
????????????this.Socket?=?socket;
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????11776??2012-02-18?14:15??Entity\bin\Debug\Common.dll
?????文件??????26112??2012-02-18?14:15??Entity\bin\Debug\Common.pdb
?????文件??????12800??2012-02-18?14:15??Entity\bin\Debug\Entity.dll
?????文件??????46592??2012-02-18?14:15??Entity\bin\Debug\Entity.pdb
?????文件??????10240??2012-02-09?16:49??Entity\bin\Release\Common.dll
?????文件??????19968??2012-02-09?16:49??Entity\bin\Release\Common.pdb
?????文件??????12288??2012-02-09?16:49??Entity\bin\Release\Entity.dll
?????文件??????26112??2012-02-09?16:49??Entity\bin\Release\Entity.pdb
?????文件????????380??2012-02-09?15:00??Entity\DB\BloodType.cs
?????文件????????279??2012-02-02?12:11??Entity\DB\FriendShipPolicy.cs
?????文件????????596??2012-02-10?10:46??Entity\DB\Messages.cs
?????文件????????372??2012-02-07?14:35??Entity\DB\Star.cs
?????文件???????1464??2012-02-10?09:13??Entity\DB\Users.cs
?????文件???????3354??2012-02-10?12:37??Entity\Entity.csproj
?????文件???????5674??2012-02-22?21:37??Entity\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????3206??2012-02-18?14:15??Entity\obj\Debug\Entity.csproj.FileListAbsolute.txt
?????文件??????12800??2012-02-18?14:15??Entity\obj\Debug\Entity.dll
?????文件??????46592??2012-02-18?14:15??Entity\obj\Debug\Entity.pdb
?????文件???????5015??2012-02-18?14:15??Entity\obj\Debug\ResolveAssemblyReference.cache
?????文件???????5710??2012-02-09?16:49??Entity\obj\Release\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????531??2012-02-09?16:49??Entity\obj\Release\Entity.csproj.FileListAbsolute.txt
?????文件??????12288??2012-02-09?16:49??Entity\obj\Release\Entity.dll
?????文件??????26112??2012-02-09?16:49??Entity\obj\Release\Entity.pdb
?????文件???????3258??2012-02-09?16:49??Entity\obj\Release\ResolveAssemblyReference.cache
?????文件????????454??2012-02-10?09:31??Entity\Package\PackageAddFriend.cs
?????文件????????463??2012-02-10?10:00??Entity\Package\PackageDeleteFriend.cs
?????文件????????746??2012-02-07?17:00??Entity\Package\PackageFriendInfo.cs
?????文件????????647??2012-02-06?17:17??Entity\Package\PackageFriendList.cs
?????文件????????714??2012-02-09?16:08??Entity\Package\PackageLogin.cs
?????文件????????619??2012-02-10?10:45??Entity\Package\PackageMessage.cs
............此處省略815個文件信息
評論
共有 條評論