Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE2:WebRequest (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09: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

ContentLength

Type: int


ContentType

Type: string


Password

Type: string


RequestType

Type: ERequestType


URI

Type: string


Username

Type: string


VariableMap

Type: Object.TMultiMap

Modifiers: private, native, const

C++ placeholder.

Enums

ERequestType

Request_GET 
Request_POST 

Functions

Native functions

AddVariable

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


DecodeBase64

native final function string DecodeBase64 (string Encoded)


Dump

native final function Dump ()


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)