aspnetcore/src/Microsoft.Net.WebSockets.Se.../WebSocketConstants.cs

9 lines
173 B
C#

using System;
namespace Microsoft.Net.WebSockets
{
public static class WebSocketConstants
{
public static string SupportedProtocolVersion = "13";
}
}