ByteProto协议的具体实现。此协议主要用于WebSocket连接中数据包的传输。具体使用方法,请移步Github源代码查看.
Info
| Version: | 1.1.0 |
| Author(s): | heyheyhh |
| Last Update: | Tuesday, March 9, 2021 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/heyheyhh/ByteFlow |
| NuGet Url: | https://www.nuget.org/packages/ByteFlow.Protocol |
Install
Install-Package ByteFlow.Protocol
dotnet add package ByteFlow.Protocol
paket add ByteFlow.Protocol
ByteFlow.Protocol Download (Unzip the "nupkg" after downloading)
Dependencies
- ByteFlow.Streams(>= 1.0.1)