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
Object >> WebRequest |
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
null
Properties
ContentLength
Type: int
ContentType
Type: string
HeaderMap
Type: Object.Map_Mirror{TMultiMap<FString, FString>}
Modifiers: private, native, const
C++ placeholder.
Password
Type: string
RemoteAddr
Type: string
RequestType
Type: ERequestType
URI
Type: string
Username
Type: string
VariableMap
Type: Object.Map_Mirror{TMultiMap<FString, FString>}
Modifiers: private, native, const
C++ placeholder.
Enums
ERequestType
- Request_GET
- Request_POST
Functions
Native functions
AddHeader
AddVariable
DecodeBase64
Dump
native final function Dump ()
EncodeBase64
GetHeader
GetHeaders
GetVariable
GetVariableCount
GetVariableNumber
native final function string GetVariableNumber (string VariableName, int Number, optional string DefaultValue)
GetVariables
Other instance functions
DecodeFormData
function DecodeFormData (string Data)
GetHexDigit
ProcessHeaderString
function ProcessHeaderString (string S)