UE3:WebConnection (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
UT3 Object >> Actor >> Info >> InternetInfo >> InternetLink >> TcpLink >> WebConnection
Package:
UWeb
Direct subclass:
WebConnectionEx
This class in other games:

null

Properties

Application

Type: WebApplication


bDelayCleanup

Type: bool


ConnId

Type: int


MaxLineLength

Type: int

Modifiers: config


Default value: 4096

MaxValueLength

Type: int

Modifiers: config


Default value: 512

RawBytesExpecting

Type: int


ReceivedData

Type: string


Request

Type: WebRequest


Response

Type: WebResponse


WebServer

Type: WebServer


Subobjects

Sprite

Class: Engine.SpriteComponent

Inherits from: TcpLink.Sprite

No new values.

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)