Gah - a solution with more questions. – EntropicLqd

UE3:WebRequest (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UDK Object >> WebRequest

Contents

Package: 
IpDrv
This class in other games:
U2, U2XMP, UE2Runtime, UT, UT2003, UT2004, UT3

null

[edit] Properties

[edit] ContentLength

Type: int


[edit] ContentType

Type: string


[edit] HeaderMap

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

Modifiers: private, native, const

C++ placeholder.

[edit] Password

Type: string


[edit] RemoteAddr

Type: string


[edit] RequestType

Type: ERequestType


[edit] URI

Type: string


[edit] Username

Type: string


[edit] VariableMap

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

Modifiers: private, native, const

C++ placeholder.

[edit] Enums

[edit] ERequestType

Request_GET 
Request_POST 

[edit] Functions

[edit] Native functions

[edit] AddHeader

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


[edit] AddVariable

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


[edit] DecodeBase64

native final function string DecodeBase64 (string Encoded)


[edit] Dump

native final function Dump ()


[edit] EncodeBase64

native final function string EncodeBase64 (string Decoded)


[edit] GetHeader

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


[edit] GetHeaders

native final function GetHeaders (out array<stringheaders)


[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] GetVariables

native final function GetVariables (out array<stringvarNames)


[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