Interface ISignalREvent
A common interface for all events incoming from SignalR socket.
Available event types are:
Namespace: Akka.Streams.SignalR.AspNetCore
Assembly: Akka.Streams.SignalR.AspNetCore.dll
Syntax
public interface ISignalREvent
Properties
| Improve this Doc View SourceRequest
SignalR request attached to current event.
Declaration
HubCallerContext Request { get; }
Property Value
Type | Description |
---|---|
HubCallerContext |