OwinExtensions Class

.NET Framework 4.5

Represents the connection for the Owin extensions.

System::Object
  Owin::OwinExtensions

Namespace:  Owin
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

[ExtensionAttribute]
public ref class OwinExtensions abstract sealed

  NameDescription
Public methodStatic memberMapSignalR(IAppBuilder)Maps SignalR hubs to the app builder pipeline at "/signalr”.
Public methodStatic memberMapSignalR(IAppBuilder, HubConfiguration)Maps SignalR hubs to the app builder pipeline at "/signalr".
Public methodStatic memberMapSignalR(IAppBuilder, String, HubConfiguration)Maps SignalR hubs to the app builder pipeline at the specified path.
Public methodStatic memberMapSignalR(IAppBuilder, String, Type, ConnectionConfiguration)Maps the specified PersistentConnection to the app builder pipeline at the specified path.
Public methodStatic memberMapSignalR<TConnection>(IAppBuilder, String)Maps the specified SignalR PersistentConnectionto the app builder pipeline at the specified path.
Public methodStatic memberMapSignalR<TConnection>(IAppBuilder, String, ConnectionConfiguration)Maps the specified SignalR PersistentConnectionto the app builder pipeline at the specified path.
Public methodStatic memberRunSignalR(IAppBuilder)Adds SignalR hubs to the app builder pipeline.
Public methodStatic memberRunSignalR(IAppBuilder, HubConfiguration)Adds SignalR hubs to the app builder pipeline..
Public methodStatic memberRunSignalR(IAppBuilder, Type, ConnectionConfiguration)Adds the specified SignalR PersistentConnection to the app builder.
Public methodStatic memberRunSignalR<TConnection>(IAppBuilder)Adds the specified SignalR PersistentConnection to the app builder.
Public methodStatic memberRunSignalR<TConnection>(IAppBuilder, ConnectionConfiguration)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: