Class AbpHub
Inheritance
System.Object
Microsoft.AspNetCore.SignalR.Hub
AbpHub
Implements
System.IDisposable
Inherited Members
Microsoft.AspNetCore.SignalR.Hub.Dispose()
Microsoft.AspNetCore.SignalR.Hub.Dispose(System.Boolean)
Microsoft.AspNetCore.SignalR.Hub.OnConnectedAsync()
Microsoft.AspNetCore.SignalR.Hub.OnDisconnectedAsync(System.Exception)
Microsoft.AspNetCore.SignalR.Hub.Clients
Microsoft.AspNetCore.SignalR.Hub.Context
Microsoft.AspNetCore.SignalR.Hub.Groups
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.AspNetCore.SignalR
Assembly: Volo.Abp.AspNetCore.SignalR.dll
Syntax
public abstract class AbpHub : Hub, IDisposable
Fields
ServiceProviderLock
Declaration
protected readonly object ServiceProviderLock
Field Value
| Type | Description |
|---|---|
| System.Object |
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 |
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 |
LazyGetRequiredService<TService>(ref TService)
Declaration
protected TService LazyGetRequiredService<TService>(ref TService reference)
Parameters
| Type | Name | Description |
|---|---|---|
| TService | reference |
Returns
| Type | Description |
|---|---|
| TService |
Type Parameters
| Name | Description |
|---|---|
| TService |
LazyGetRequiredService<TRef>(Type, ref TRef)
Declaration
protected TRef LazyGetRequiredService<TRef>(Type serviceType, ref TRef reference)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | serviceType | |
| TRef | reference |
Returns
| Type | Description |
|---|---|
| TRef |
Type Parameters
| Name | Description |
|---|---|
| TRef |
Implements
System.IDisposable