3 references to SubProtocol
Microsoft.AspNetCore.Owin (3)
WebSockets\OwinWebSocketAcceptAdapter.cs (1)
61{ OwinConstants.WebSocket.SubProtocol, context.SubProtocol }
WebSockets\OwinWebSocketAcceptContext.cs (2)
37if (_options != null && _options.TryGetValue(OwinConstants.WebSocket.SubProtocol, out obj)) 49_options[OwinConstants.WebSocket.SubProtocol] = value;