27#include "CoreMinimal.h"
Implements the SignalR handshake protocol used during connection initialization.
Definition HandshakeProtocol.h:38
static TTuple< TSharedPtr< FJsonObject >, FString > ParseHandshakeResponse(const FString &Response)
Parses a handshake response from the server.
Definition HandshakeProtocol.cpp:54
static FString CreateHandshakeMessage(TSharedPtr< IHubProtocol > InProtocol)
Creates a handshake message for the specified hub protocol.
Definition HandshakeProtocol.cpp:31
Interface for SignalR hub protocol implementations.
Definition IHubProtocol.h:140