C# Socket服务器端和客户端示例

时间:2022-04-03 16:27:21
【文件属性】:

文件名称:C# Socket服务器端和客户端示例

文件大小:165KB

文件格式:ZIP

更新时间:2022-04-03 16:27:21

C#socket

压缩包里面包含实现Socket通信的客户端和服务器端,能够实现更改IP和端口号进行连接,能够灵活关闭和打开,方便嵌入到其他项目中。


【文件预览】:
Client
----.vs()
--------ProjectSettings.json(37B)
--------Client()
--------VSWorkspaceState.json(113B)
--------slnx.sqlite(212KB)
----bin()
--------Release()
--------Debug()
----Form1.Designer.cs(8KB)
----Program.cs(518B)
----obj()
--------Release()
--------Debug()
----Form1.cs(6KB)
----Form1.resx(6KB)
----Client.sln(1KB)
----Client.csproj(4KB)
----App.config(189B)
----Properties()
--------Resources.resx(5KB)
--------Settings.settings(249B)
--------AssemblyInfo.cs(1KB)
--------Settings.Designer.cs(1KB)
--------Resources.Designer.cs(3KB)
Server
----.vs()
--------ProjectSettings.json(37B)
--------Server()
--------VSWorkspaceState.json(113B)
--------slnx.sqlite(212KB)
----bin()
--------Release()
--------Debug()
----Form1.Designer.cs(9KB)
----Program.cs(518B)
----obj()
--------Release()
--------Debug()
----Form1.cs(10KB)
----Form1.resx(6KB)
----Server.csproj(4KB)
----Server.sln(1KB)
----App.config(189B)
----Properties()
--------Resources.resx(5KB)
--------Settings.settings(249B)
--------AssemblyInfo.cs(1KB)
--------Settings.Designer.cs(1KB)
--------Resources.Designer.cs(3KB)

网友评论