UE2:WebResponse (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
UT2004 Object >> WebResponse
Package:
UWeb
This class in other games:

null

Properties

bSentResponse

Type: bool


bSentText

Type: bool

used to warn headers already sent

CharSet

Type: string

Modifiers: localized


Default value: "iso-8859-1"

Connection

Type: WebConnection


IncludePath

Type: string

Modifiers: const, config


Default value: "/Web"

ReplacementMap

Type: Object.TMultiMap

Modifiers: private, native, const

C++ placeholder.

Functions

Native functions

ClearSubst

native final function ClearSubst ()


Dump

native final function Dump ()


GetHTTPExpiration

native final function string GetHTTPExpiration (optional int OffsetSeconds)


IncludeBinaryFile

native final function IncludeBinaryFile (string Filename)


IncludeUHTM

native final function IncludeUHTM (string Filename)


LoadParsedUHTM

native final function string LoadParsedUHTM (string Filename)


Subst

native final function Subst (string Variable, coerce string Value, optional bool bClear)


Events

SendBinary

event SendBinary (int Count, byte B[255])


SendText

event SendText (string Text, optional bool bNoCRLF)


Other instance functions

FailAuthentication

function FailAuthentication (string Realm)


HTTPError

function HTTPError (int ErrorNum, optional string Data)


HTTPHeader

function HTTPHeader (string Header)


HTTPResponse

function HTTPResponse (string Header)


Redirect

function Redirect (string URL)


SendCachedFile

function SendCachedFile (string Filename, optional string ContentType)


SendStandardHeaders

function SendStandardHeaders (optional string ContentType, optional bool bCache)