Class HubConfig
Assembly: Volo.Abp.AspNetCore.SignalR.dll
Syntax
Constructors
HubConfig(Type, string, Action<HttpConnectionDispatcherOptions>?)
Declaration
public HubConfig(Type hubType, string routePattern, Action<HttpConnectionDispatcherOptions>? configureAction = null)
Parameters
Properties
Declaration
public List<Action<HttpConnectionDispatcherOptions>> ConfigureActions { get; set; }
Property Value
HubType
Declaration
public Type HubType { get; }
Property Value
RoutePattern
Declaration
public string RoutePattern { get; set; }
Property Value
Methods
Create(Type)
Declaration
public static HubConfig Create(Type hubType)
Parameters
Type |
Name |
Description |
Type |
hubType |
|
Returns
Create<THub>()
Declaration
public static HubConfig Create<THub>() where THub : Hub
Returns
Type Parameters
Extension Methods