signalr_core/src/hub_protocol library
Classes
- CancelInvocationMessage
- A hub message sent to request that a streaming invocation be canceled.
- CloseMessage
- A hub message indicating that the sender is closing the connection.
- CompletionMessage
- A hub message representing the result of an invocation.
- HubInvocationMessage
- Defines properties common to all Hub messages relating to a specific invocation.
- HubMessage
- Defines properties common to all Hub messages.
- HubProtocol
- A protocol abstraction for communicating with SignalR Hubs.
- InvocationMessage
- A hub message representing a non-streaming invocation.
- PingMessage
- A hub message indicating that the sender is still active.
- StreamInvocationMessage
- A hub message representing a streaming invocation.
- StreamItemMessage
- A hub message representing a single item produced as part of a result stream.
Enums
- MessageType
- Defines the type of a Hub Message.