OwinWebSocketAcceptAdapter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This adapts the OWIN WebSocket accept flow to match the ASP.NET Core WebSocket Accept flow. This enables ASP.NET Core components to use WebSockets on OWIN based servers.
public ref class OwinWebSocketAcceptAdapter
public class OwinWebSocketAcceptAdapter
type OwinWebSocketAcceptAdapter = class
Public Class OwinWebSocketAcceptAdapter
- Inheritance
-
OwinWebSocketAcceptAdapter
Methods
AdaptWebSockets(Func<IDictionary<String,Object>,Task>) |
Adapt web sockets to OWIN. |