1 reference to IsSeparatorChar
System.Web (1)
WebSockets\SubprotocolUtil.cs (1)
58return ('\u0021' <= c && c <= '\u007e' && !IsSeparatorChar(c));