Cogito, ergo sum

UE2:WebConnection (UT2003)

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

null

Properties

Application

Type: WebApplication


bDelayCleanup

Type: bool


RawBytesExpecting

Type: int


ReceivedData

Type: string


Request

Type: WebRequest


Response

Type: WebResponse


WebServer

Type: WebServer


Functions

Events

Accepted

event Accepted ()

Overrides: TcpLink.Accepted


Closed

event Closed ()

Overrides: TcpLink.Closed


ReceivedLine

event ReceivedLine (string S)

Overrides: TcpLink.ReceivedLine


ReceivedText

event ReceivedText (string Text)

Overrides: TcpLink.ReceivedText


Timer

event Timer ()

Overrides: Actor.Timer


Other instance functions

CheckRawBytes

function CheckRawBytes ()


Cleanup

function Cleanup ()


CreateResponseObject

function CreateResponseObject ()


EndOfHeaders

function EndOfHeaders ()


IsHanging

final function bool IsHanging ()


ProcessGet

function ProcessGet (string S)


ProcessHead

function ProcessHead (string S)


ProcessPost

function ProcessPost (string S)