I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE2:WebResponse (U2XMP)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> WebResponse |
Contents
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[edit]
bSentResponse[edit]
Type: bool
bSentText[edit]
Type: bool
used to warn headers already sent
Connection[edit]
Type: WebConnection
IncludePath[edit]
Type: string
Modifiers: const, config
Default value: "../Web"
ReplacementMap[edit]
Type: int
Array size: 5
Modifiers: private, native, const
TMap<FString, FString>!
Functions[edit]
Native functions[edit]
ClearSubst[edit]
native final function ClearSubst ()
IncludeBinaryFile[edit]
native final function IncludeBinaryFile (string Filename)
IncludeUHTM[edit]
native final function IncludeUHTM (string Filename)
Subst[edit]
Events[edit]
SendBinary[edit]
SendText[edit]
Other instance functions[edit]
FailAuthentication[edit]
function FailAuthentication (string Realm)
HTTPError[edit]
HTTPHeader[edit]
function HTTPHeader (string Header)
HTTPResponse[edit]
function HTTPResponse (string Header)
Redirect[edit]
function Redirect (string URL)
SendStandardHeaders[edit]
function SendStandardHeaders (optional string ContentType)