1 write to _options
Microsoft.AspNetCore.Owin (1)
WebSockets\WebSocketAcceptAdapter.cs (1)
51_options = options;
4 references to _options
Microsoft.AspNetCore.Owin (4)
WebSockets\WebSocketAcceptAdapter.cs (4)
76if (adapter._options != null && adapter._options.TryGetValue(typeof(WebSocketAcceptContext).FullName, out obj)) 80else if (adapter._options != null) 82acceptContext = new OwinWebSocketAcceptContext(adapter._options);