Class AbpHub<T>
Inheritance
object
Microsoft.AspNetCore.SignalR.Hub
Microsoft.AspNetCore.SignalR.Hub<T><T>
AbpHub<T>
Implements
System.IDisposable
Inherited Members
Microsoft.AspNetCore.SignalR.Hub<T>.Clients
Microsoft.AspNetCore.SignalR.Hub.OnConnectedAsync()
Microsoft.AspNetCore.SignalR.Hub.OnDisconnectedAsync(System.Exception)
Microsoft.AspNetCore.SignalR.Hub.Dispose(bool)
Microsoft.AspNetCore.SignalR.Hub.Dispose()
Microsoft.AspNetCore.SignalR.Hub.Context
Microsoft.AspNetCore.SignalR.Hub.Groups
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.SignalR
Assembly: Volo.Abp.AspNetCore.SignalR.dll
Syntax
public abstract class AbpHub<T> : Hub<T>, IDisposable where T : class
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
AbpHub()
Declaration
protected AbpHub()
Properties
AuthorizationService
Declaration
protected IAuthorizationService AuthorizationService { get; }
Property Value
| Type | Description |
|---|---|
| Microsoft.AspNetCore.Authorization.IAuthorizationService |
Clock
Declaration
protected IClock Clock { get; }
Property Value
| Type | Description |
|---|---|
| IClock |
CurrentTenant
Declaration
protected ICurrentTenant CurrentTenant { get; }
Property Value
| Type | Description |
|---|---|
| ICurrentTenant |
CurrentUser
Declaration
protected ICurrentUser CurrentUser { get; }
Property Value
| Type | Description |
|---|---|
| ICurrentUser |
L
Declaration
protected IStringLocalizer L { get; }
Property Value
| Type | Description |
|---|---|
| Microsoft.Extensions.Localization.IStringLocalizer |
LazyServiceProvider
Declaration
public IAbpLazyServiceProvider LazyServiceProvider { get; set; }
Property Value
| Type | Description |
|---|---|
| IAbpLazyServiceProvider |
LocalizationResource
Declaration
protected Type LocalizationResource { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Type |
Logger
Declaration
protected ILogger Logger { get; }
Property Value
| Type | Description |
|---|---|
| Microsoft.Extensions.Logging.ILogger |
LoggerFactory
Declaration
protected ILoggerFactory LoggerFactory { get; }
Property Value
| Type | Description |
|---|---|
| Microsoft.Extensions.Logging.ILoggerFactory |
ServiceProvider
Declaration
public IServiceProvider ServiceProvider { get; set; }
Property Value
| Type | Description |
|---|---|
| System.IServiceProvider |
StringLocalizerFactory
Declaration
protected IStringLocalizerFactory StringLocalizerFactory { get; }
Property Value
| Type | Description |
|---|---|
| Microsoft.Extensions.Localization.IStringLocalizerFactory |
Methods
CreateLocalizer()
Declaration
protected virtual IStringLocalizer CreateLocalizer()
Returns
| Type | Description |
|---|---|
| Microsoft.Extensions.Localization.IStringLocalizer |
Implements
System.IDisposable