ApplicationBuilderExtensions 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.
Extension methods for IApplicationBuilder to add a Bot to the ASP.NET Core request execution pipeline.
public static class ApplicationBuilderExtensions
type ApplicationBuilderExtensions = class
Public Module ApplicationBuilderExtensions
- Inheritance
-
ApplicationBuilderExtensions
Methods
UseBotFramework(IApplicationBuilder) |
Maps various endpoint handlers for the registered bot into the request execution pipeline. |
UseNamedPipes(IApplicationBuilder, String, String, String, String) |
Enables named pipes for this application. |
UseNamedPipes(IApplicationBuilder, String, String) |
Enables named pipes for this application. |