3 implementations of SecWebSocketProtocol
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpHeaders.Generated.cs (3)
2311StringValues IHeaderDictionary.SecWebSocketProtocol 10533StringValues IHeaderDictionary.SecWebSocketProtocol 16698StringValues IHeaderDictionary.SecWebSocketProtocol
2 writes to SecWebSocketProtocol
Microsoft.AspNetCore.WebSockets (1)
HandshakeHelpers.cs (1)
30responseHeaders.SecWebSocketProtocol = subProtocol;
Microsoft.AspNetCore.WebSockets.Tests (1)
Http2WebSocketTests.cs (1)
46httpContext.Request.Headers.SecWebSocketProtocol = "p1, p2";