Represents a transport option returned during SignalR negotiation. More...
#include <NegotiationResponse.h>
Public Attributes | |
FString | Transport |
The type of transport (e.g., "WebSockets") | |
TArray< FString > | TransferFormats |
List of supported transfer formats (e.g., "Text", "Binary") | |
Represents a transport option returned during SignalR negotiation.
TArray<FString> FNegotiationTransport::TransferFormats |
List of supported transfer formats (e.g., "Text", "Binary")
FString FNegotiationTransport::Transport |
The type of transport (e.g., "WebSockets")