14 Star 54 Fork 31

NtripShare/NtripShareBase

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
.vs/GNSS2020
GMap.NET.Core
GMap.NET.WindowsForms
GMap.NET.WindowsPresentation
GMapChinaRegion
GMapCommonType
GMapPolygonLib
GMapPositionFix
GMapProvidersExt
GMapUtil
HTTPServerLib
My Project
NetUtil
NtripTCP
SharpGps
WatsonTcp
AuthenticationFailedEventArgs.cs
AuthenticationRequestedEventArgs.cs
AuthenticationSucceededEventArgs.cs
ClientConnectedEventArgs.cs
ClientDisconnectedEventArgs.cs
ClientMetadata.cs
CompressionHelper.cs
CompressionType.cs
DisconnectReason.cs
LICENSE.md
MessageReceivedFromClientEventArgs.cs
MessageReceivedFromServerEventArgs.cs
MessageStatus.cs
Mode.cs
SerializationHelper.cs
Statistics.cs
StreamReceivedFromClientEventArgs.cs
StreamReceivedFromServerEventArgs.cs
SyncRequest.cs
SyncResponse.cs
WatsonCommon.cs
WatsonMessage.cs
WatsonTcp.csproj
WatsonTcp.xml
WatsonTcpClient.cs
WatsonTcpServer.cs
.gitignore
LICENSE
NtripShareOpenSource.sln
README.md
克隆/下载
CompressionType.cs 729 Bytes
一键复制 编辑 原始数据 按行查看 历史
NtripShare 提交于 5年前 . 初始版本
using System;
using System.Collections.Generic;
using System.Text;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Newtonsoft.Json.Converters;
using System.Runtime.Serialization;
namespace WatsonTcp
{
/// <summary>
/// The type of compression.
/// </summary>
[JsonConverter(typeof(StringEnumConverter))]
public enum CompressionType
{
/// <summary>
/// Object
/// </summary>
[EnumMember(Value = "None")]
None,
/// <summary>
/// Object
/// </summary>
[EnumMember(Value = "Gzip")]
Gzip,
/// <summary>
/// Object
/// </summary>
[EnumMember(Value = "Deflate")]
Deflate
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/ntripshare/ntrip-share-base.git
git@gitee.com:ntripshare/ntrip-share-base.git
ntripshare
ntrip-share-base
NtripShareBase
master

搜索帮助