基本信息
源码名称:websocket 通讯
源码大小:2.67M
文件格式:.7z
开发语言:C#
更新时间:2022-04-09
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

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

websocket 通讯


.
├── Websocket
│   ├── Websocket
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Websocket.csproj
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── SuperSocket.Common.dll
│   │   │       ├── SuperSocket.Common.xml
│   │   │       ├── SuperSocket.Facility.dll
│   │   │       ├── SuperSocket.Facility.xml
│   │   │       ├── SuperSocket.ProtoBase.dll
│   │   │       ├── SuperSocket.ProtoBase.xml
│   │   │       ├── SuperSocket.SocketBase.dll
│   │   │       ├── SuperSocket.SocketBase.xml
│   │   │       ├── SuperSocket.SocketEngine.dll
│   │   │       ├── SuperSocket.SocketEngine.xml
│   │   │       ├── SuperSocket.WebSocket.dll
│   │   │       ├── Websocket.exe
│   │   │       ├── Websocket.pdb
│   │   │       ├── log4net.dll
│   │   │       └── log4net.xml
│   │   ├── obj
│   │   │   └── Debug
│   │   │       ├── DesignTimeResolveAssemblyReferences.cache
│   │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       ├── TempPE
│   │   │       ├── Websocket.Form1.resources
│   │   │       ├── Websocket.Properties.Resources.resources
│   │   │       ├── Websocket.csproj.CopyComplete
│   │   │       ├── Websocket.csproj.CoreCompileInputs.cache
│   │   │       ├── Websocket.csproj.FileListAbsolute.txt
│   │   │       ├── Websocket.csproj.GenerateResource.cache
│   │   │       ├── Websocket.csprojAssemblyReference.cache
│   │   │       ├── Websocket.exe
│   │   │       └── Websocket.pdb
│   │   └── packages.config
│   ├── Websocket.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.ClientEngine.0.10.0
│   │   │   ├── SuperSocket.ClientEngine.0.10.0.nupkg
│   │   │   └── lib
│   │   │       ├── net20
│   │   │       │   └── SuperSocket.ClientEngine.dll
│   │   │       ├── net35-client
│   │   │       │   └── SuperSocket.ClientEngine.dll
│   │   │       ├── net40-client
│   │   │       │   └── SuperSocket.ClientEngine.dll
│   │   │       ├── net45
│   │   │       │   └── SuperSocket.ClientEngine.dll
│   │   │       └── netstandard1.3
│   │   │           └── SuperSocket.ClientEngine.dll
│   │   ├── SuperSocket.ProtoBase.1.7.0.17
│   │   │   ├── SuperSocket.ProtoBase.1.7.0.17.nupkg
│   │   │   └── lib
│   │   │       ├── net20
│   │   │       │   ├── SuperSocket.ProtoBase.XML
│   │   │       │   └── SuperSocket.ProtoBase.dll
│   │   │       ├── net35-client
│   │   │       │   ├── SuperSocket.ProtoBase.XML
│   │   │       │   └── SuperSocket.ProtoBase.dll
│   │   │       ├── net40
│   │   │       │   ├── SuperSocket.ProtoBase.XML
│   │   │       │   └── SuperSocket.ProtoBase.dll
│   │   │       ├── net45
│   │   │       │   ├── SuperSocket.ProtoBase.XML
│   │   │       │   └── SuperSocket.ProtoBase.dll
│   │   │       ├── netstandard1.1
│   │   │       │   ├── SuperSocket.ProtoBase.dll
│   │   │       │   └── SuperSocket.ProtoBase.xml
│   │   │       └── portable-net40 sl50 win wpa81 wp80 MonoAndroid10 xamarinios10 MonoTouch10
│   │   │           ├── SuperSocket.ProtoBase.XML
│   │   │           └── SuperSocket.ProtoBase.dll
│   │   ├── SuperSocket.WebSocket.1.6.6.1
│   │   │   ├── SuperSocket.WebSocket.1.6.6.1.nupkg
│   │   │   └── lib
│   │   │       ├── net35
│   │   │       │   └── SuperSocket.WebSocket.dll
│   │   │       ├── net40
│   │   │       │   └── SuperSocket.WebSocket.dll
│   │   │       └── net45
│   │   │           └── SuperSocket.WebSocket.dll
│   │   └── 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
│   └── 托盘接口测试工具 端口2015.html
└── 好例子网_Websocket.7z

43 directories, 97 files