Mostly Harmless

UE1:WebResponse (UT)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT Object >> WebResponse

Contents

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

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

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] SendStandardHeaders

function SendStandardHeaders (optional string ContentType)


Personal tools