資源簡介
C# Socket通信實現聊天
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;
using?System.Net;
using?System.Net.Sockets;
using?System.Threading;
using?System.IO;
namespace?SOCKET_Client
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????Socket?socketSend;
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????try
????????????{
????????????????//?創建負責通信的Socket
????????????????socketSend?=?new?Socket(AddressFamily.InterNetwork?SocketType.Stream?ProtocolType.Tcp);
????????????????IPAddress?ip?=?IPAddress.Parse(TxtIpAd
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????187??2019-04-09?18:59??SOCKET_Test\SOCKET_Client\App.config
?????文件??????11776??2019-04-09?21:06??SOCKET_Test\SOCKET_Client\bin\Debug\SOCKET_Client.exe
?????文件????????187??2019-04-09?18:59??SOCKET_Test\SOCKET_Client\bin\Debug\SOCKET_Client.exe.config
?????文件??????24064??2019-04-09?21:06??SOCKET_Test\SOCKET_Client\bin\Debug\SOCKET_Client.pdb
?????文件??????24224??2019-04-09?21:06??SOCKET_Test\SOCKET_Client\bin\Debug\SOCKET_Client.vshost.exe
?????文件????????187??2019-04-09?18:59??SOCKET_Test\SOCKET_Client\bin\Debug\SOCKET_Client.vshost.exe.config
?????文件????????490??2018-09-15?15:29??SOCKET_Test\SOCKET_Client\bin\Debug\SOCKET_Client.vshost.exe.manifest
?????文件???????4750??2019-04-09?21:06??SOCKET_Test\SOCKET_Client\Form1.cs
?????文件???????5910??2019-04-09?19:32??SOCKET_Test\SOCKET_Client\Form1.Designer.cs
?????文件???????5817??2019-04-09?19:32??SOCKET_Test\SOCKET_Client\Form1.resx
?????文件???????6955??2019-04-09?18:59??SOCKET_Test\SOCKET_Client\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????708??2019-04-09?21:06??SOCKET_Test\SOCKET_Client\obj\Debug\SOCKET_Client.csproj.FileListAbsolute.txt
?????文件????????977??2019-04-09?21:06??SOCKET_Test\SOCKET_Client\obj\Debug\SOCKET_Client.csproj.GenerateResource.Cache
?????文件???????2211??2019-04-09?21:06??SOCKET_Test\SOCKET_Client\obj\Debug\SOCKET_Client.csprojResolveAssemblyReference.cache
?????文件??????11776??2019-04-09?21:06??SOCKET_Test\SOCKET_Client\obj\Debug\SOCKET_Client.exe
?????文件????????180??2019-04-09?21:06??SOCKET_Test\SOCKET_Client\obj\Debug\SOCKET_Client.Form1.resources
?????文件??????24064??2019-04-09?21:06??SOCKET_Test\SOCKET_Client\obj\Debug\SOCKET_Client.pdb
?????文件????????180??2019-04-09?21:06??SOCKET_Test\SOCKET_Client\obj\Debug\SOCKET_Client.Properties.Resources.resources
?????文件??????????0??2019-04-09?18:59??SOCKET_Test\SOCKET_Client\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
?????文件??????????0??2019-04-09?18:59??SOCKET_Test\SOCKET_Client\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
?????文件??????????0??2019-04-09?18:59??SOCKET_Test\SOCKET_Client\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
?????文件????????525??2019-04-09?18:59??SOCKET_Test\SOCKET_Client\Program.cs
?????文件???????1364??2019-04-09?18:59??SOCKET_Test\SOCKET_Client\Properties\AssemblyInfo.cs
?????文件???????2878??2019-04-09?18:59??SOCKET_Test\SOCKET_Client\Properties\Resources.Designer.cs
?????文件???????5612??2019-04-09?18:59??SOCKET_Test\SOCKET_Client\Properties\Resources.resx
?????文件???????1100??2019-04-09?18:59??SOCKET_Test\SOCKET_Client\Properties\Settings.Designer.cs
?????文件????????249??2019-04-09?18:59??SOCKET_Test\SOCKET_Client\Properties\Settings.settings
?????文件???????3806??2019-04-09?19:00??SOCKET_Test\SOCKET_Client\SOCKET_Client.csproj
?????文件????????187??2019-04-09?17:02??SOCKET_Test\SOCKET_Test\App.config
?????文件??????14336??2019-04-09?21:06??SOCKET_Test\SOCKET_Test\bin\Debug\SOCKET_Test.exe
............此處省略46個文件信息
- 上一篇:頁面轉換的日志記錄
- 下一篇:C# 托盤程序(含右小角氣泡提示)
評論
共有 條評論