Microsoft.AspNetCore.Owin Namespace
Contains types for using Open Web Interface for .NET (OWIN) with ASP.NET Core.
Classes
OwinEnvironment | |
OwinEnvironment.FeatureMap | |
OwinEnvironment.FeatureMap<TFeature> | |
OwinEnvironmentFeature | |
OwinFeatureCollection | |
OwinWebSocketAcceptAdapter |
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. |
OwinWebSocketAcceptContext | |
OwinWebSocketAdapter | |
WebSocketAcceptAdapter |
This adapts the ASP.NET Core WebSocket Accept flow to match the OWIN WebSocket accept flow. This enables OWIN based components to use WebSockets on ASP.NET Core servers. |
WebSocketAdapter |
Interfaces
IOwinEnvironmentFeature |
Remarks
For more information, see Open Web Interface for .NET (OWIN) with ASP.NET Core.