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)
76
if (adapter.
_options
!= null && adapter.
_options
.TryGetValue(typeof(WebSocketAcceptContext).FullName, out obj))
80
else if (adapter.
_options
!= null)
82
acceptContext = new OwinWebSocketAcceptContext(adapter.
_options
);