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