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