OwinAppBuilderExtension Class

 

The OwinAppBuilderExtension is an IOwinAppBuilderExtension which adds ASP.NET SignalR to the Owin pipeline.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Config
Assembly:  Microsoft.WindowsAzure.Mobile.Service.SignalR (in Microsoft.WindowsAzure.Mobile.Service.SignalR.dll)

System.Object
  Microsoft.WindowsAzure.Mobile.Service.Config.OwinAppBuilderExtension

Public Class OwinAppBuilderExtension
	Implements IOwinAppBuilderExtension

NameDescription
System_CAPS_pubmethodOwinAppBuilderExtension(HttpConfiguration)

Initializes a new instance of the OwinAppBuilderExtension class.

NameDescription
System_CAPS_protpropertyConfig

Gets or sets the HttpConfiguration for this extension.

NameDescription
System_CAPS_pubmethodConfigure(IAppBuilder)

System_CAPS_protmethodConfigureSignalR(IAppBuilder)

Configures the ASP.NET SignalR part of the OWIN pipeline.

System_CAPS_protmethodConfigureSignalRBackplane(IDependencyResolver)

Gets the connection string (if any) to use as the ASP.NET SignalR backplane when running in hosted mode.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_protmethodGetPersistentConnectionPath(Type)

Gets a path for a PersistentConnection of persistentConnection. The persistent connection will get wired up under the path /signalr. e.g. /signalr/testconnection.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: