91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.10M
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發布日期: 2020-12-26
  • 語言: C#
  • 標簽: Socket??聊天??通信??C#??

資源簡介

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個文件信息

評論

共有 條評論