資源簡介
Sock通訊服務端程序
代碼片段和文件信息
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.Net.Sockets;
using?System.Threading;
using?System.IO;
namespace?聊天程序1
{
????public?enum?Sendtype
????{
????????文字?=?0
????????文件
????????震動
????}
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????int?inforType?=?0;
????????///發送消息分類:1?文字?buffer[0]=0?
????????///??????????????2?文件?buffer[0]=1?
????????///??????????????3?震動?buffer[0]=2
????????///?
????????///?發送文件函數
????????///?
????????///?
????????///?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-08-14?09:12??聊天程序1\
?????目錄???????????0??2019-08-14?09:12??聊天程序1\聊天程序1\
?????文件???????10112??2019-06-28?11:51??聊天程序1\聊天程序1\Form1.Designer.cs
?????文件????????8640??2019-06-28?15:39??聊天程序1\聊天程序1\Form1.cs
?????文件????????5817??2019-06-28?11:51??聊天程序1\聊天程序1\Form1.resx
?????文件?????????494??2019-06-25?15:54??聊天程序1\聊天程序1\Program.cs
?????目錄???????????0??2019-08-14?09:12??聊天程序1\聊天程序1\Properties\
?????文件????????1358??2019-06-25?15:54??聊天程序1\聊天程序1\Properties\AssemblyInfo.cs
?????文件????????2878??2019-06-25?15:54??聊天程序1\聊天程序1\Properties\Resources.Designer.cs
?????文件????????5612??2019-06-25?15:54??聊天程序1\聊天程序1\Properties\Resources.resx
?????文件????????1100??2019-06-25?15:54??聊天程序1\聊天程序1\Properties\Settings.Designer.cs
?????文件?????????249??2019-06-25?15:54??聊天程序1\聊天程序1\Properties\Settings.settings
?????目錄???????????0??2019-08-14?09:12??聊天程序1\聊天程序1\bin\
?????目錄???????????0??2019-08-14?09:12??聊天程序1\聊天程序1\bin\Debug\
?????文件???????14848??2019-08-17?16:19??聊天程序1\聊天程序1\bin\Debug\聊天程序1.exe
?????文件???????34304??2019-08-17?16:19??聊天程序1\聊天程序1\bin\Debug\聊天程序1.pdb
?????文件???????11600??2019-10-12?14:53??聊天程序1\聊天程序1\bin\Debug\聊天程序1.vshost.exe
?????文件?????????490??2017-09-29?21:43??聊天程序1\聊天程序1\bin\Debug\聊天程序1.vshost.exe.manifest
?????目錄???????????0??2019-08-14?09:12??聊天程序1\聊天程序1\obj\
?????目錄???????????0??2019-08-14?09:12??聊天程序1\聊天程序1\obj\x86\
?????目錄???????????0??2019-08-17?16:19??聊天程序1\聊天程序1\obj\x86\Debug\
?????文件????????5420??2019-06-25?18:57??聊天程序1\聊天程序1\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????6423??2019-08-17?16:19??聊天程序1\聊天程序1\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????目錄???????????0??2019-10-12?14:55??聊天程序1\聊天程序1\obj\x86\Debug\TempPE\
?????文件?????????180??2019-06-28?11:51??聊天程序1\聊天程序1\obj\x86\Debug\聊天程序1.Form1.resources
?????文件?????????180??2019-06-25?16:41??聊天程序1\聊天程序1\obj\x86\Debug\聊天程序1.Properties.Resources.resources
?????文件?????????978??2019-10-12?14:53??聊天程序1\聊天程序1\obj\x86\Debug\聊天程序1.csproj.FileListAbsolute.txt
?????文件?????????975??2019-06-28?11:51??聊天程序1\聊天程序1\obj\x86\Debug\聊天程序1.csproj.GenerateResource.Cache
?????文件????????9214??2019-06-26?10:55??聊天程序1\聊天程序1\obj\x86\Debug\聊天程序1.csprojResolveAssemblyReference.cache
?????文件???????14848??2019-08-17?16:19??聊天程序1\聊天程序1\obj\x86\Debug\聊天程序1.exe
?????文件???????34304??2019-08-17?16:19??聊天程序1\聊天程序1\obj\x86\Debug\聊天程序1.pdb
............此處省略3個文件信息
- 上一篇:重寫文本框(自定義textbox控件)
- 下一篇:Sock通訊客戶端程序
評論
共有 條評論