OwinAppBuilderExtension Class
The OwinAppBuilderExtension is an IOwinAppBuilderExtension which adds ASP.NET SignalR to the Owin pipeline.
Assembly: Microsoft.WindowsAzure.Mobile.Service.SignalR (in Microsoft.WindowsAzure.Mobile.Service.SignalR.dll)
| Name | Description | |
|---|---|---|
![]() | OwinAppBuilderExtension(HttpConfiguration) | Initializes a new instance of the OwinAppBuilderExtension class. |
| Name | Description | |
|---|---|---|
![]() | Config | Gets or sets the HttpConfiguration for this extension. |
| Name | Description | |
|---|---|---|
![]() | Configure(IAppBuilder) | |
![]() | ConfigureSignalR(IAppBuilder) | Configures the ASP.NET SignalR part of the OWIN pipeline. |
![]() | ConfigureSignalRBackplane(IDependencyResolver) | Gets the connection string (if any) to use as the ASP.NET SignalR backplane when running in hosted mode. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetPersistentConnectionPath(Type) | Gets a path for a PersistentConnection of persistentConnection. The persistent connection will get wired up under the path /signalr. e.g. /signalr/testconnection. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


