UnrealVoxta 0.1.1
 
Loading...
Searching...
No Matches
FNegotiationTransport Struct Reference

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")
 

Detailed Description

Represents a transport option returned during SignalR negotiation.

Member Data Documentation

◆ TransferFormats

TArray<FString> FNegotiationTransport::TransferFormats

List of supported transfer formats (e.g., "Text", "Binary")

◆ Transport

FString FNegotiationTransport::Transport

The type of transport (e.g., "WebSockets")


The documentation for this struct was generated from the following file: