Cogito, ergo sum

UE1:WebRequest (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT Object >> WebRequest
Package: 
UWeb
This class in other games:
UE2Runtime, U2, U2XMP, UT2003, UT2004, UT3, UDK

null

Properties

ContentLength

Type: int


ContentType

Type: string


Password

Type: string


RequestType

Type: ERequestType


URI

Type: string


Username

Type: string


VariableMap

Type: int

Array size: 5

Modifiers: private, native, const

TMultiMap<FString, FString>!

Enums

ERequestType

Request_GET 
Request_POST 

Functions

Native functions

AddVariable

native final function AddVariable (string VariableName, string Value)


DecodeBase64

native final function string DecodeBase64 (string Encoded)


GetVariable

native final function string GetVariable (string VariableName, optional string DefaultValue)


GetVariableCount

native final function int GetVariableCount (string VariableName)


GetVariableNumber

native final function string GetVariableNumber (string VariableName, int Number, optional string DefaultValue)


Other instance functions

DecodeFormData

function DecodeFormData (string Data)


GetHexDigit

function int GetHexDigit (string D)


ProcessHeaderString

function ProcessHeaderString (string S)