Navigation
API > API/Runtime > API/Runtime/HTTP
| |
|
| Name |
EHttpFlushReason |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Online/HTTP/Public/HttpManager.h |
| Include Path |
#include "HttpManager.h" |
Syntax
enum EHttpFlushReason
{
Default,
Shutdown,
FullFlush,
Count,
}
Values
| Name |
Remarks |
| Default |
Reasonable, typically higher time limits |
| Shutdown |
Shorter time limits depending on platform requirements Shorter time limits depending on platform requirements |
| FullFlush |
Infinite wait, should only be used in non-game scenarios where longer waits are acceptable |
| Count |
|