#include <HttpConnectionContext.h>
◆ FHttpConnectionContext()
| FHttpConnectionContext::FHttpConnectionContext |
( |
| ) |
|
|
protected |
◆ ~FHttpConnectionContext()
| FHttpConnectionContext::~FHttpConnectionContext |
( |
| ) |
|
|
protectedvirtual |
◆ AddElapsedIdleTime()
| void FHttpConnectionContext::AddElapsedIdleTime |
( |
float |
DeltaTime | ) |
|
Adds to the context elapsed time
- Parameters
-
| DeltaTime | The elapsed time (seconds) to add |
◆ AddError()
Adds the caller-supplied error to the context
- Parameters
-
| ErrorCode | The machine-readable error code |
◆ GetElapsedIdleTime()
Gets the elapsed time (seconds) since last activity
◆ GetErrorCode()
Gets the respective error code
◆ GetErrorStr()
| FORCEINLINE const FString & FHttpConnectionContext::GetErrorStr |
( |
| ) |
const |
|
inline |
Gets the cumulative error string
◆ ElapsedIdleTime
| float FHttpConnectionContext::ElapsedIdleTime = 0.0f |
|
protected |
Tracks time since last read/write activity
◆ ErrorBuilder
Tracks cumulative context errors
◆ ErrorCode
Tracks the respective ErrorCode
The documentation for this struct was generated from the following files: