The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE2:WebRequest (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2004 Object >> WebRequest
Package: 
UWeb
This class in other games:
UT, UE2Runtime, U2, U2XMP, UT2003, 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: Object.TMultiMap

Modifiers: private, native, const

C++ placeholder.

Enums[edit]

ERequestType[edit]

Request_GET 
Request_POST 

Functions[edit]

Native functions[edit]

AddVariable[edit]

native final function AddVariable (string VariableName, coerce string Value)


DecodeBase64[edit]

native final function string DecodeBase64 (string Encoded)


Dump[edit]

native final function Dump ()


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)