Abp.Web.SignalR
Uses CamelCasePropertyNamesContractResolver instead of DefaultContractResolver for SignalR communication.
List of ignored assemblies.
It contains only the SignalR's own assembly.
If you don't want that your assembly's types are automatically camel cased while sending to the client, then add it to this list.
Initializes a new instance of the class.
ABP SignalR integration module.
Common Hub of ABP.
Initializes a new instance of the class.
Gets/sets name of the localization source that is used in this application service.
It must be set in order to use and methods.
Gets localization source.
It's valid if is set.
Gets localized string for given key name and current language.
Key name
Localized string
Gets localized string for given key name and current language with formatting strings.
Key name
Format arguments
Localized string
Gets localized string for given key name and specified culture information.
Key name
culture information
Localized string
Gets localized string for given key name and current language with formatting strings.
Key name
culture information
Format arguments
Localized string
Implements to send notifications via SignalR.
Reference to the logger.
Initializes a new instance of the class.
Replaces to resolve dependencies from Castle Windsor ().
Initializes a new instance of the class.
The windsor container.