1 instantiation of OwinWebSocketAdapter
Microsoft.AspNetCore.Owin (1)
WebSockets\OwinWebSocketAcceptAdapter.cs (1)
77
_acceptTcs.TrySetResult(new
OwinWebSocketAdapter
(webSocketContext, _subProtocol));
1 reference to OwinWebSocketAdapter
Microsoft.AspNetCore.Owin (1)
WebSockets\OwinWebSocketAdapter.cs (1)
41
/// Initializes a new instance of <see cref="
OwinWebSocketAdapter
"/>.