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)
37
if (
_options
!= null &&
_options
.TryGetValue(OwinConstants.WebSocket.SubProtocol, out obj))
45
if (
_options
== null)
49
_options
[OwinConstants.WebSocket.SubProtocol] = value;
58
get { return
_options
; }