Mostly Harmless
UE1:WebResponse (UT)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> WebResponse |
Contents |
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
null
[edit] Properties
[edit] bSentResponse
Type: bool
[edit] bSentText
Type: bool
used to warn headers already sent
[edit] Connection
Type: WebConnection
[edit] IncludePath
Type: string
Modifiers: const, config
Default value: "../Web"
[edit] ReplacementMap
Type: int
Array size: 5
Modifiers: private, native, const
TMap<FString, FString>!
[edit] Functions
[edit] Native functions
[edit] ClearSubst
native final function ClearSubst ()
[edit] IncludeBinaryFile
native final function IncludeBinaryFile (string Filename)
[edit] IncludeUHTM
native final function IncludeUHTM (string Filename)
[edit] Subst
[edit] Events
[edit] SendBinary
[edit] SendText
[edit] Other instance functions
[edit] FailAuthentication
function FailAuthentication (string Realm)
[edit] HTTPError
[edit] HTTPHeader
function HTTPHeader (string Header)
[edit] HTTPResponse
function HTTPResponse (string Header)
[edit] Redirect
function Redirect (string URL)
[edit] SendStandardHeaders
function SendStandardHeaders (optional string ContentType)
