@ -620,6 +620,11 @@ namespace WebSocketSharp
return !code.IsReserved () || code.IsNoStatusCode ();
}
internal static bool IsSendable (this CloseStatusCode code)
{
internal static bool IsText (this string value)
var len = value.Length;