OwinAppBuilderExtension.ConfigureSignalR(IAppBuilder) Method
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.
Configures the ASP.NET SignalR part of the OWIN pipeline.
protected virtual void ConfigureSignalR (Owin.IAppBuilder appBuilder);
abstract member ConfigureSignalR : Owin.IAppBuilder -> unit
override this.ConfigureSignalR : Owin.IAppBuilder -> unit
Protected Overridable Sub ConfigureSignalR (appBuilder As IAppBuilder)
Parameters
- appBuilder
- Owin.IAppBuilder
The Owin.IAppBuilder to configure.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET