2 references to SubProtocolUtil
System.Web (2)
HttpContext.cs (1)
260IList<string> requestedProtocols = SubProtocolUtil.ParseHeader(rawHeaderValue); // checks for invalid values
WebSockets\AspNetWebSocketOptions.cs (1)
31if (value != null && !SubProtocolUtil.IsValidSubProtocolName(value)) {