基本信息
源码名称:SuperSocket(服务端 客户端winform) net 4.5 最新代码写法
源码大小:3.01M
文件格式:.7z
开发语言:C#
更新时间:2022-09-08
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

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

SuperSocket(服务端 客户端winform) net 4.5 最新代码写法

SuperSocket 双端通信


.
├── SuperSocket(服务端 客户端winform) net 4.5 最新代码写法
│   ├── NET 4.5.txt
│   ├── SSClient
│   │   ├── SSClient
│   │   │   ├── App.config
│   │   │   ├── DataHelper.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── LogHelper.cs
│   │   │   ├── MyPackageInfo.cs
│   │   │   ├── MyReceiveFilter.cs
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── SSClient.csproj
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── SSClient.exe
│   │   │   │   │   ├── SSClient.exe.config
│   │   │   │   │   ├── SSClient.pdb
│   │   │   │   │   ├── SSClient.vshost.exe
│   │   │   │   │   ├── SSClient.vshost.exe.config
│   │   │   │   │   ├── SSClient.vshost.exe.manifest
│   │   │   │   │   ├── SuperSocket.ClientEngine.dll
│   │   │   │   │   ├── SuperSocket.ProtoBase.dll
│   │   │   │   │   └── SuperSocket.ProtoBase.xml
│   │   │   │   └── Release
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │       ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │       ├── SSClient.Form1.resources
│   │   │   │       ├── SSClient.Properties.Resources.resources
│   │   │   │       ├── SSClient.csproj.CopyComplete
│   │   │   │       ├── SSClient.csproj.CoreCompileInputs.cache
│   │   │   │       ├── SSClient.csproj.FileListAbsolute.txt
│   │   │   │       ├── SSClient.csproj.GenerateResource.Cache
│   │   │   │       ├── SSClient.csprojAssemblyReference.cache
│   │   │   │       ├── SSClient.csprojResolveAssemblyReference.cache
│   │   │   │       ├── SSClient.exe
│   │   │   │       ├── SSClient.pdb
│   │   │   │       ├── TempPE
│   │   │   │       ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │       ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │       └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   └── packages.config
│   │   ├── SSClient.sln
│   │   └── packages
│   │       ├── SuperSocket.ClientEngine.0.8.0.8
│   │       │   ├── SuperSocket.ClientEngine.0.8.0.8.nupkg
│   │       │   └── lib
│   │       │       ├── monoandroid10
│   │       │       │   └── SuperSocket.ClientEngine.dll
│   │       │       ├── monotouch10
│   │       │       │   └── SuperSocket.ClientEngine.dll
│   │       │       ├── net20
│   │       │       │   └── SuperSocket.ClientEngine.dll
│   │       │       ├── net35-client
│   │       │       │   └── SuperSocket.ClientEngine.dll
│   │       │       ├── net40-client
│   │       │       │   └── SuperSocket.ClientEngine.dll
│   │       │       ├── net45
│   │       │       │   └── SuperSocket.ClientEngine.dll
│   │       │       ├── netstandard1.3
│   │       │       │   └── SuperSocket.ClientEngine.dll
│   │       │       ├── sl50
│   │       │       │   └── SuperSocket.ClientEngine.dll
│   │       │       ├── wp80
│   │       │       │   └── SuperSocket.ClientEngine.dll
│   │       │       └── xamarinios10
│   │       │           └── SuperSocket.ClientEngine.dll
│   │       └── SuperSocket.ProtoBase.1.7.0.13
│   │           ├── SuperSocket.ProtoBase.1.7.0.13.nupkg
│   │           └── lib
│   │               ├── net20
│   │               │   ├── SuperSocket.ProtoBase.XML
│   │               │   └── SuperSocket.ProtoBase.dll
│   │               ├── net35-client
│   │               │   ├── SuperSocket.ProtoBase.XML
│   │               │   └── SuperSocket.ProtoBase.dll
│   │               ├── netstandard1.1
│   │               │   └── SuperSocket.ProtoBase.dll
│   │               └── portable-net40 sl50 win wpa81 wp80 MonoAndroid10 xamarinios10 MonoTouch10
│   │                   ├── SuperSocket.ProtoBase.XML
│   │                   └── SuperSocket.ProtoBase.dll
│   └── SSServer
│       ├── SSServer
│       │   ├── App.config
│       │   ├── Command
│       │   │   ├── CMD_0001_Login.cs
│       │   │   ├── CMD_0002_Heart.cs
│       │   │   ├── CMD_0003_UpText.cs
│       │   │   └── CMD_0004_DownText.cs
│       │   ├── Config
│       │   │   ├── log4net.config
│       │   │   └── log4net.unix.config
│       │   ├── LogHelper.cs
│       │   ├── MainForm.Designer.cs
│       │   ├── MainForm.cs
│       │   ├── MainForm.resx
│       │   ├── Program.cs
│       │   ├── Properties
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── Resources.Designer.cs
│       │   │   ├── Resources.resx
│       │   │   ├── Settings.Designer.cs
│       │   │   └── Settings.settings
│       │   ├── SSBase
│       │   │   ├── MyReceiveFilter.cs
│       │   │   ├── MyRequestInfo.cs
│       │   │   ├── MyServer.cs
│       │   │   └── MySession.cs
│       │   ├── SSServer.csproj
│       │   ├── SSServer.csproj.user
│       │   ├── bin
│       │   │   ├── Debug
│       │   │   │   ├── SSServer.exe
│       │   │   │   ├── SSServer.exe.config
│       │   │   │   ├── SSServer.pdb
│       │   │   │   ├── SSServer.vshost.exe
│       │   │   │   ├── SSServer.vshost.exe.config
│       │   │   │   ├── SSServer.vshost.exe.manifest
│       │   │   │   ├── SuperSocket.Common.dll
│       │   │   │   ├── SuperSocket.Common.xml
│       │   │   │   ├── SuperSocket.Facility.dll
│       │   │   │   ├── SuperSocket.Facility.xml
│       │   │   │   ├── SuperSocket.SocketBase.dll
│       │   │   │   ├── SuperSocket.SocketBase.xml
│       │   │   │   ├── SuperSocket.SocketEngine.dll
│       │   │   │   ├── SuperSocket.SocketEngine.xml
│       │   │   │   ├── SuperSocket.SocketService.exe
│       │   │   │   ├── log4net.dll
│       │   │   │   └── log4net.xml
│       │   │   └── Release
│       │   ├── obj
│       │   │   └── Debug
│       │   │       ├── DesignTimeResolveAssemblyReferences.cache
│       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│       │   │       ├── SSServer.MainForm.resources
│       │   │       ├── SSServer.Properties.Resources.resources
│       │   │       ├── SSServer.csproj.CopyComplete
│       │   │       ├── SSServer.csproj.CoreCompileInputs.cache
│       │   │       ├── SSServer.csproj.FileListAbsolute.txt
│       │   │       ├── SSServer.csproj.GenerateResource.cache
│       │   │       ├── SSServer.csprojAssemblyReference.cache
│       │   │       ├── SSServer.csprojResolveAssemblyReference.cache
│       │   │       ├── SSServer.exe
│       │   │       ├── SSServer.pdb
│       │   │       ├── TempPE
│       │   │       ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│       │   │       ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│       │   │       └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│       │   ├── packages.config
│       │   ├── supersocket.cmd
│       │   └── supersocket.sh
│       ├── SSServer.sln
│       └── packages
│           ├── SuperSocket.1.6.6.1
│           │   ├── SuperSocket.1.6.6.1.nupkg
│           │   └── lib
│           │       ├── net35
│           │       │   ├── SuperSocket.Common.XML
│           │       │   ├── SuperSocket.Common.dll
│           │       │   ├── SuperSocket.Facility.XML
│           │       │   ├── SuperSocket.Facility.dll
│           │       │   ├── SuperSocket.SocketBase.XML
│           │       │   └── SuperSocket.SocketBase.dll
│           │       ├── net40
│           │       │   ├── SuperSocket.Common.XML
│           │       │   ├── SuperSocket.Common.dll
│           │       │   ├── SuperSocket.Facility.XML
│           │       │   ├── SuperSocket.Facility.dll
│           │       │   ├── SuperSocket.SocketBase.XML
│           │       │   └── SuperSocket.SocketBase.dll
│           │       └── net45
│           │           ├── SuperSocket.Common.XML
│           │           ├── SuperSocket.Common.dll
│           │           ├── SuperSocket.Facility.XML
│           │           ├── SuperSocket.Facility.dll
│           │           ├── SuperSocket.SocketBase.XML
│           │           └── SuperSocket.SocketBase.dll
│           ├── SuperSocket.Engine.1.6.6.1
│           │   ├── SuperSocket.Engine.1.6.6.1.nupkg
│           │   ├── content
│           │   │   ├── Config
│           │   │   │   ├── log4net.config
│           │   │   │   └── log4net.unix.config
│           │   │   ├── supersocket.cmd
│           │   │   └── supersocket.sh
│           │   └── lib
│           │       ├── net35
│           │       │   ├── SuperSocket.SocketEngine.XML
│           │       │   ├── SuperSocket.SocketEngine.dll
│           │       │   └── SuperSocket.SocketService.exe
│           │       ├── net40
│           │       │   ├── SuperSocket.SocketEngine.XML
│           │       │   ├── SuperSocket.SocketEngine.dll
│           │       │   └── SuperSocket.SocketService.exe
│           │       └── net45
│           │           ├── SuperSocket.SocketEngine.XML
│           │           ├── SuperSocket.SocketEngine.dll
│           │           └── SuperSocket.SocketService.exe
│           └── log4net.2.0.3
│               ├── lib
│               │   ├── net10-full
│               │   │   ├── log4net.dll
│               │   │   └── log4net.xml
│               │   ├── net11-full
│               │   │   ├── log4net.dll
│               │   │   └── log4net.xml
│               │   ├── net20-full
│               │   │   ├── log4net.dll
│               │   │   └── log4net.xml
│               │   ├── net35-client
│               │   │   ├── log4net.dll
│               │   │   └── log4net.xml
│               │   ├── net35-full
│               │   │   ├── log4net.dll
│               │   │   └── log4net.xml
│               │   ├── net40-client
│               │   │   ├── log4net.dll
│               │   │   └── log4net.xml
│               │   └── net40-full
│               │       ├── log4net.dll
│               │       └── log4net.xml
│               └── log4net.2.0.3.nupkg
└── 好例子网_SuperSocket(服务端 客户端winform) net 4.5 最新代码写法.7z

63 directories, 169 files