@ -425,6 +425,14 @@ namespace WebSocketSharp.Net
|| c == '~';
}
private static bool isUnreservedInRfc3986 (char c)
{
return c == '-'
|| c == '.'
|| c == '_'
private static bool notEncoded (char c)
return c == '!' ||