There is no spoon

UE2:WebResponse (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 Object >> WebResponse
Package: 
UWeb
This class in other games:
UT, UE2Runtime, U2, U2XMP, UT2004, UDK, UT3

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: int

Array size: 5

Modifiers: private, native, const


Functions

Native functions

ClearSubst

native final function ClearSubst ()


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, 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)