基本信息
源码名称:C#SocketDemo-.net core搭建的socket服务端demo
源码大小:0.20M
文件格式:.rar
开发语言:C#
更新时间:2023-02-03
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 1 元 
   源码介绍

C#SocketDemo-.net core搭建的socket服务端demo


.
├── SocketDemo
│   ├── SocketDemo
│   │   ├── Program.cs
│   │   ├── SocketDemo.csproj
│   │   ├── bin
│   │   │   └── Debug
│   │   │       └── net6.0
│   │   │           ├── SocketDemo.deps.json
│   │   │           ├── SocketDemo.dll
│   │   │           ├── SocketDemo.exe
│   │   │           ├── SocketDemo.pdb
│   │   │           └── SocketDemo.runtimeconfig.json
│   │   └── obj
│   │       ├── Debug
│   │       │   └── net6.0
│   │       │       ├── SocketDemo.AssemblyInfo.cs
│   │       │       ├── SocketDemo.AssemblyInfoInputs.cache
│   │       │       ├── SocketDemo.GeneratedMSBuildEditorConfig.editorconfig
│   │       │       ├── SocketDemo.GlobalUsings.g.cs
│   │       │       ├── SocketDemo.assets.cache
│   │       │       ├── SocketDemo.csproj.AssemblyReference.cache
│   │       │       ├── SocketDemo.csproj.BuildWithSkipAnalyzers
│   │       │       ├── SocketDemo.csproj.CoreCompileInputs.cache
│   │       │       ├── SocketDemo.csproj.FileListAbsolute.txt
│   │       │       ├── SocketDemo.dll
│   │       │       ├── SocketDemo.genruntimeconfig.cache
│   │       │       ├── SocketDemo.pdb
│   │       │       ├── apphost.exe
│   │       │       ├── ref
│   │       │       │   └── SocketDemo.dll
│   │       │       └── refint
│   │       │           └── SocketDemo.dll
│   │       ├── SocketDemo.csproj.nuget.dgspec.json
│   │       ├── SocketDemo.csproj.nuget.g.props
│   │       ├── SocketDemo.csproj.nuget.g.targets
│   │       ├── project.assets.json
│   │       └── project.nuget.cache
│   └── SocketDemo.sln
└── 好例子网_SocketDemo.rar

10 directories, 29 files