2 writes to _options
Microsoft.AspNetCore.Owin (2)
WebSockets\OwinWebSocketAcceptContext.cs (2)
28_options = options; 47_options = new Dictionary<string, object>(1);
5 references to _options
Microsoft.AspNetCore.Owin (5)
WebSockets\OwinWebSocketAcceptContext.cs (5)
37if (_options != null && _options.TryGetValue(OwinConstants.WebSocket.SubProtocol, out obj)) 45if (_options == null) 49_options[OwinConstants.WebSocket.SubProtocol] = value; 58get { return _options; }