UWeb.WebConnection
- Extends
- TcpLink
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.InternetInfo
|
+-- IpDrv.InternetLink
|
+-- IpDrv.TcpLink
|
+-- UWeb.WebConnection
Inherited Functions from IpDrv.TcpLink |
Accepted, BindPort, Close, Closed, IsConnected, Listen, Open, Opened, ReadBinary, ReadText, ReceivedBinary, ReceivedLine, ReceivedText, SendBinary, SendText |
Inherited Functions from IpDrv.InternetLink |
GameSpyGameName, GameSpyValidate, GetLastError, GetLocalIP, IpAddrToString, IsDataPending, ParseURL, Resolve, Resolved, ResolveFailed, StringToIpAddr |
var bool bDelayCleanup;
var config int MaxLineLength;
var config int MaxValueLength;
var int RawBytesExpecting;
var string ReceivedData;
event Accepted ( )
function CheckRawBytes ( )
function Cleanup ( )
event Closed ( )
function CreateResponseObject ( )
function EndOfHeaders ( )
final function bool IsHanging ( )
function ProcessGet ( string S )
function ProcessHead ( string S )
function ProcessPost ( string S )
function ReceivedLine ( string S )
event ReceivedText ( string Text )
event Timer ( )
defaultproperties
{
MaxValueLength=512
MaxLineLength=4096
}
|
Creation time: Mo 16.4.2007 11:20:37.140 - Created with
UnCodeX