Go to the source code of this file.
Classes | |
struct | FHubMessage |
Base message structure for SignalR hub communication. More... | |
struct | FBaseInvocationMessage |
Base message structure for invocation-related messages. More... | |
struct | FInvocationMessage |
Represents a method invocation message sent from client to server. More... | |
struct | FCompletionMessage |
Represents a completion message received from the server after a method invocation. More... | |
struct | FPingMessage |
Represents a ping message used to keep the connection alive. More... | |
struct | FCloseMessage |
Represents a close message sent when closing a connection. More... | |
class | IHubProtocol |
Interface for SignalR hub protocol implementations. More... | |