2 references to IsValidSubProtocolName
System.Web (2)
WebSockets\AspNetWebSocketOptions.cs (1)
31
if (value != null && !SubProtocolUtil.
IsValidSubProtocolName
(value)) {
WebSockets\SubprotocolUtil.cs (1)
111
if (!
IsValidSubProtocolName
(subprotocolCandidateTrimmed)) {