Mostly Harmless

UE2:WebResponse (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT2003 Object >> WebResponse

Contents

Package: 
UWeb
This class in other games:
U2, U2XMP, UDK, UE2Runtime, UT, UT2004, UT3

null

[edit] Properties

[edit] bSentResponse

Type: bool


[edit] bSentText

Type: bool

used to warn headers already sent

[edit] CharSet

Type: string

Modifiers: localized


Default value: "iso-8859-1"

[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


[edit] Functions

[edit] Native functions

[edit] ClearSubst

native final function ClearSubst ()


[edit] GetHTTPExpiration

native final function string GetHTTPExpiration (optional int OffsetSeconds)


[edit] IncludeBinaryFile

native final function IncludeBinaryFile (string Filename)


[edit] IncludeUHTM

native final function IncludeUHTM (string Filename)


[edit] LoadParsedUHTM

native final function string LoadParsedUHTM (string Filename)


[edit] Subst

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


[edit] Events

[edit] SendBinary

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


[edit] SendText

event SendText (string Text, optional bool bNoCRLF)


[edit] Other instance functions

[edit] FailAuthentication

function FailAuthentication (string Realm)


[edit] HTTPError

function HTTPError (int ErrorNum, optional string Data)


[edit] HTTPHeader

function HTTPHeader (string Header)


[edit] HTTPResponse

function HTTPResponse (string Header)


[edit] Redirect

function Redirect (string URL)


[edit] SendCachedFile

function SendCachedFile (string Filename, optional string ContentType)


[edit] SendStandardHeaders

function SendStandardHeaders (optional string ContentType, optional bool bCache)


Personal tools