ConnectionsAppBuilderExtensions Class
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.
Extension methods for IApplicationBuilder.
public ref class ConnectionsAppBuilderExtensions abstract sealed
C#
public static class ConnectionsAppBuilderExtensions
type ConnectionsAppBuilderExtensions = class
Public Module ConnectionsAppBuilderExtensions
- Inheritance
-
ConnectionsAppBuilderExtensions
Use |
Obsolete.
Adds support for ASP.NET Core Connection Handlers to the IApplicationBuilder request execution pipeline. This method is obsolete and will be removed in a future version. The recommended alternative is to use MapConnections or MapConnectionHandler<TConnectionHandler> inside Microsoft.AspNetCore.Builder.UseEndpoints(...). |
Product | Versions |
---|---|
ASP.NET Core | 2.1, 2.2, 3.0, 3.1 |