Class AbpHub
Assembly: Volo.Abp.AspNetCore.SignalR.dll
Syntax
public abstract class AbpHub : Hub, IDisposable
Constructors
AbpHub()
Declaration
Properties
AuthorizationService
Declaration
protected IAuthorizationService AuthorizationService { get; }
Property Value
Clock
Declaration
protected IClock Clock { get; }
Property Value
CurrentTenant
Declaration
protected ICurrentTenant CurrentTenant { get; }
Property Value
CurrentUser
Declaration
protected ICurrentUser CurrentUser { get; }
Property Value
L
Declaration
protected IStringLocalizer L { get; }
Property Value
LazyServiceProvider
Declaration
public IAbpLazyServiceProvider LazyServiceProvider { get; set; }
Property Value
LocalizationResource
Declaration
protected Type? LocalizationResource { get; set; }
Property Value
Logger
Declaration
protected ILogger Logger { get; }
Property Value
LoggerFactory
Declaration
protected ILoggerFactory? LoggerFactory { get; }
Property Value
ServiceProvider
Declaration
[Obsolete("Use LazyServiceProvider instead.")]
public IServiceProvider ServiceProvider { get; set; }
Property Value
StringLocalizerFactory
Declaration
protected IStringLocalizerFactory StringLocalizerFactory { get; }
Property Value
Methods
CreateLocalizer()
Declaration
protected virtual IStringLocalizer CreateLocalizer()
Returns
Implements
Extension Methods