#include "CoreMinimal.h"
Go to the source code of this file.
Enumerations | |
enum class | ESignalRMessageType : uint8 { Invocation = 1 , StreamItem = 2 , Completion = 3 , StreamInvocation = 4 , CancelInvocation = 5 , Ping = 6 , Close = 7 } |
Enumeration of SignalR message types. More... | |
|
strong |
Enumeration of SignalR message types.
Defines the different types of messages that can be exchanged between client and server.
Enumerator | |
---|---|
Invocation | |
StreamItem | |
Completion | |
StreamInvocation | |
CancelInvocation | |
Ping | |
Close |