I don't need to test my programs. I have an error-correcting modem.

UE3:WebRequest (UDK)

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

null

Properties[edit]

ContentLength[edit]

Type: int


ContentType[edit]

Type: string


HeaderMap[edit]

Type: Object.Map_Mirror{TMultiMap<FString, FString>}

Modifiers: private, native, const

C++ placeholder.

Password[edit]

Type: string


RemoteAddr[edit]

Type: string


RequestType[edit]

Type: ERequestType


URI[edit]

Type: string


Username[edit]

Type: string


VariableMap[edit]

Type: Object.Map_Mirror{TMultiMap<FString, FString>}

Modifiers: private, native, const

C++ placeholder.

Enums[edit]

ERequestType[edit]

Request_GET 
Request_POST 

Functions[edit]

Native functions[edit]

AddHeader[edit]

native final function AddHeader (string HeaderName, coerce string Value)


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 ()


EncodeBase64[edit]

native final function string EncodeBase64 (string Decoded)


GetHeader[edit]

native final function string GetHeader (string HeaderName, optional string DefaultValue)


GetHeaders[edit]

native final function GetHeaders (out array<stringheaders)


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)


GetVariables[edit]

native final function GetVariables (out array<stringvarNames)


Other instance functions[edit]

DecodeFormData[edit]

function DecodeFormData (string Data)


GetHexDigit[edit]

function int GetHexDigit (string D)


ProcessHeaderString[edit]

function ProcessHeaderString (string S)