Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UWeb.WebResponse

Extends
Object
Modifiers
native noexport

Core.Object
|   
+-- UWeb.WebResponse

Constants Summary
Inherited Contants from Core.Object
MaxInt, Pi, RF_NotForClient, RF_NotForEdit, RF_NotForServer, RF_Public, RF_Transactional, RF_Transient

Variables Summary
boolbSentResponse
boolbSentText
WebConnectionConnection
stringIncludePath
intReplacementMap[5]
Inherited Variables from Core.Object
Class, Name, ObjectFlags, ObjectInternal[6], Outer

Enumerations Summary
Inherited Enumerations from Core.Object
ESheerAxis

Structures Summary
Inherited Structures from Core.Object
BoundingBox, BoundingVolume, Color, Coords, Guid, Plane, Rotator, Scale, Vector

Functions Summary
function ClearSubst ()
function FailAuthentication (string Realm))
function HTTPError (int ErrorNum, optional string Data))
function HTTPHeader (string Header))
function HTTPResponse (string Header))
function IncludeBinaryFile (string Filename)
function IncludeUHTM (string Filename)
function Redirect (string URL))
event SendBinary (int Count, byte B[255]))
function SendStandardHeaders (optional string ContentType ))
event SendText (string Text, optional bool bNoCRLF))
function Subst (string Variable, string Value, optional bool bClear)
Inherited Functions from Core.Object
!, !=, $, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, @, Abs, Asc, Atan, BeginState, Caps, Chr, Clamp, ClassIsChildOf, Cos, Cross, Disable, Dot, DynamicLoadObject, Enable, EndState, Exp, FClamp, FMax, FMin, FRand, GetAxes, GetEnum, GetPropertyText, GetStateName, GetUnAxes, GotoState, InStr, Invert, IsA, IsInState, Left, Len, Lerp, Localize, Log, Loge, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, OrthoRotation, Rand, RandRange, ResetConfig, Right, RotRand, SaveConfig, SetPropertyText, Sin, Smerp, Sqrt, Square, StaticSaveConfig, Tan, VRand, VSize, Warn, ^, ^^, |, ||, ~, ~=


Variables Detail

bSentResponse Source code

var bool bSentResponse;

bSentText Source code

var bool bSentText;

Connection Source code

var WebConnection Connection;

IncludePath Source code

var const config string IncludePath;

ReplacementMap[5] Source code

var private native const int ReplacementMap[5];


Functions Detail

ClearSubst Source code

native final function ClearSubst ( )

FailAuthentication Source code

function FailAuthentication ( string Realm) )

HTTPError Source code

function HTTPError ( int ErrorNum, optional string Data) )

HTTPHeader Source code

function HTTPHeader ( string Header) )

HTTPResponse Source code

function HTTPResponse ( string Header) )

IncludeBinaryFile Source code

native final function IncludeBinaryFile ( string Filename )

IncludeUHTM Source code

native final function IncludeUHTM ( string Filename )

Redirect Source code

function Redirect ( string URL) )

SendBinary Source code

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

SendStandardHeaders Source code

function SendStandardHeaders ( optional string ContentType ) )

SendText Source code

event SendText ( string Text, optional bool bNoCRLF) )

Subst Source code

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


Defaultproperties

defaultproperties
{
     IncludePath="../Web"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fr 7.6.2013 13:15:28.315 - Created with UnCodeX