Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
FHttpResponseWinInet Struct Reference

#include <UE.h>

+ Inheritance diagram for FHttpResponseWinInet:

Public Member Functions

FHttpRequestWinInetRequestField ()
 
int & AsyncBytesReadField ()
 
int & TotalBytesReadField ()
 
TMap< FString, FString, FDefaultSetAllocator, TDefaultMapKeyFuncs< FString, FString, 0 > > & ResponseHeadersField ()
 
int & ResponseCodeField ()
 
int & ContentLengthField ()
 
TArray< unsigned char > & ResponsePayloadField ()
 
volatile int & bIsReadyField ()
 
volatile int & bResponseSucceededField ()
 
int & MaxReadBufferSizeField ()
 
 ~FHttpResponseWinInet ()
 
FStringGetURL (FString *result)
 
FStringGetContentAsString (FString *result)
 
FStringGetURLParameter (FString *result, FString *ParameterName)
 
FStringGetHeader (FString *result, FString *HeaderName)
 
TArray< FString > * GetAllHeaders (TArray< FString > *result)
 
FStringGetContentType (FString *result)
 
int GetContentLength ()
 
TArray< unsigned char > * GetContent ()
 
int GetResponseCode ()
 
void ProcessResponse ()
 
void ProcessResponseHeaders ()
 
FStringQueryHeaderString (FString *result, unsigned int HttpQueryInfoLevel, FString *HeaderName)
 
int QueryContentLength ()
 

Detailed Description

Definition at line 901 of file UE.h.

Constructor & Destructor Documentation

◆ ~FHttpResponseWinInet()

FHttpResponseWinInet::~FHttpResponseWinInet ( )
inline

Definition at line 916 of file UE.h.

Member Function Documentation

◆ AsyncBytesReadField()

int & FHttpResponseWinInet::AsyncBytesReadField ( )
inline

Definition at line 904 of file UE.h.

◆ bIsReadyField()

volatile int & FHttpResponseWinInet::bIsReadyField ( )
inline

Definition at line 910 of file UE.h.

◆ bResponseSucceededField()

volatile int & FHttpResponseWinInet::bResponseSucceededField ( )
inline

Definition at line 911 of file UE.h.

◆ ContentLengthField()

int & FHttpResponseWinInet::ContentLengthField ( )
inline

Definition at line 908 of file UE.h.

◆ GetAllHeaders()

TArray< FString > * FHttpResponseWinInet::GetAllHeaders ( TArray< FString > * result)
inline

Definition at line 921 of file UE.h.

◆ GetContent()

TArray< unsigned char > * FHttpResponseWinInet::GetContent ( )
inline

Definition at line 924 of file UE.h.

◆ GetContentAsString()

FString * FHttpResponseWinInet::GetContentAsString ( FString * result)
inline

Definition at line 918 of file UE.h.

◆ GetContentLength()

int FHttpResponseWinInet::GetContentLength ( )
inline

Definition at line 923 of file UE.h.

◆ GetContentType()

FString * FHttpResponseWinInet::GetContentType ( FString * result)
inline

Definition at line 922 of file UE.h.

◆ GetHeader()

FString * FHttpResponseWinInet::GetHeader ( FString * result,
FString * HeaderName )
inline

Definition at line 920 of file UE.h.

◆ GetResponseCode()

int FHttpResponseWinInet::GetResponseCode ( )
inline

Definition at line 925 of file UE.h.

◆ GetURL()

FString * FHttpResponseWinInet::GetURL ( FString * result)
inline

Definition at line 917 of file UE.h.

◆ GetURLParameter()

FString * FHttpResponseWinInet::GetURLParameter ( FString * result,
FString * ParameterName )
inline

Definition at line 919 of file UE.h.

◆ MaxReadBufferSizeField()

int & FHttpResponseWinInet::MaxReadBufferSizeField ( )
inline

Definition at line 912 of file UE.h.

◆ ProcessResponse()

void FHttpResponseWinInet::ProcessResponse ( )
inline

Definition at line 926 of file UE.h.

◆ ProcessResponseHeaders()

void FHttpResponseWinInet::ProcessResponseHeaders ( )
inline

Definition at line 927 of file UE.h.

◆ QueryContentLength()

int FHttpResponseWinInet::QueryContentLength ( )
inline

Definition at line 929 of file UE.h.

◆ QueryHeaderString()

FString * FHttpResponseWinInet::QueryHeaderString ( FString * result,
unsigned int HttpQueryInfoLevel,
FString * HeaderName )
inline

Definition at line 928 of file UE.h.

◆ RequestField()

FHttpRequestWinInet * FHttpResponseWinInet::RequestField ( )
inline

Definition at line 903 of file UE.h.

◆ ResponseCodeField()

int & FHttpResponseWinInet::ResponseCodeField ( )
inline

Definition at line 907 of file UE.h.

◆ ResponseHeadersField()

TMap< FString, FString, FDefaultSetAllocator, TDefaultMapKeyFuncs< FString, FString, 0 > > & FHttpResponseWinInet::ResponseHeadersField ( )
inline

Definition at line 906 of file UE.h.

◆ ResponsePayloadField()

TArray< unsigned char > & FHttpResponseWinInet::ResponsePayloadField ( )
inline

Definition at line 909 of file UE.h.

◆ TotalBytesReadField()

int & FHttpResponseWinInet::TotalBytesReadField ( )
inline

Definition at line 905 of file UE.h.


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