ihub_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.
-
HubMessageBase
-
Defines properties common to all Hub messages.
-
IHubProtocol
-
A protocol abstraction for communicating with SignalR Hubs.
-
InvocationMessage
-
A hub message representing a non-streaming invocation.
-
Defines a dictionary of string keys and string values representing headers attached to a Hub message.
-
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.