I'm a doctor, not a mechanic

UE2:WebRequest (U2XMP)

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

null

Properties[edit]

ContentLength[edit]

Type: int


ContentType[edit]

Type: string


Password[edit]

Type: string


RequestType[edit]

Type: ERequestType


URI[edit]

Type: string


Username[edit]

Type: string


VariableMap[edit]

Type: int

Array size: 5

Modifiers: private, native, const

TMultiMap<FString, FString>!

Enums[edit]

ERequestType[edit]

Request_GET 
Request_POST 

Functions[edit]

Native functions[edit]

AddVariable[edit]

native final function AddVariable (string VariableName, string Value)


DecodeBase64[edit]

native final function string DecodeBase64 (string Encoded)


GetVariable[edit]

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


GetVariableCount[edit]

native final function int GetVariableCount (string VariableName)


GetVariableNumber[edit]

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


Other instance functions[edit]

DecodeFormData[edit]

function DecodeFormData (string Data)


GetHexDigit[edit]

function int GetHexDigit (string D)


ProcessHeaderString[edit]

function ProcessHeaderString (string S)