Gah - a solution with more questions. – EntropicLqd

UE2:WebConnection (U2)

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

null

Properties

Application

Type: WebApplication


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


ProcessGet

function ProcessGet (string S)


ProcessPost

function ProcessPost (string S)