1 instantiation of OwinWebSocketAcceptContext
Microsoft.AspNetCore.Owin (1)
WebSockets\WebSocketAcceptAdapter.cs (1)
82
acceptContext = new
OwinWebSocketAcceptContext
(adapter._options);
5 references to OwinWebSocketAcceptContext
Microsoft.AspNetCore.Owin (5)
WebSockets\OwinWebSocketAcceptAdapter.cs (3)
51
if (context is
OwinWebSocketAcceptContext
)
53
var
acceptContext = context as
OwinWebSocketAcceptContext
;
WebSockets\OwinWebSocketAcceptContext.cs (2)
16
/// Initializes a new instance of <see cref="
OwinWebSocketAcceptContext
"/>.
23
/// Initializes a new instance of <see cref="
OwinWebSocketAcceptContext
"/>.