OwinWebSocketAcceptAdapter Class

Definition

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.

Applies to