I love the smell of UnrealEd crashing in the morning. – tarquin

UE2:WebRequest (U2)

From Unreal Wiki, The Unreal Engine Documentation Site

Revision as of 16:11, 17 May 2008 by Wormbo (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search
U2 Object >> WebRequest

Contents

Package: 
UWeb
This class in other games:
U2XMP, UDK, UE2Runtime, UT, UT2003, UT2004, UT3

null

[edit] Properties

[edit] ContentLength

Type: int


[edit] ContentType

Type: string


[edit] Password

Type: string


[edit] RequestType

Type: ERequestType


[edit] URI

Type: string


[edit] Username

Type: string


[edit] VariableMap

Type: int

Array size: 5

Modifiers: private, native, const

TMultiMap<FString, FString>!

[edit] Enums

[edit] ERequestType

Request_GET 
Request_POST 

[edit] Functions

[edit] Native functions

[edit] AddVariable

native final function AddVariable (string VariableName, string Value)


[edit] DecodeBase64

native final function string DecodeBase64 (string Encoded)


[edit] GetVariable

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


[edit] GetVariableCount

native final function int GetVariableCount (string VariableName)


[edit] GetVariableNumber

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


[edit] Other instance functions

[edit] DecodeFormData

function DecodeFormData (string Data)


[edit] GetHexDigit

function int GetHexDigit (string D)


[edit] ProcessHeaderString

function ProcessHeaderString (string S)


Personal tools