UWeb.WebServer
- Extends
- TcpLink
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.InternetInfo
|
+-- IpDrv.InternetLink
|
+-- IpDrv.TcpLink
|
+-- UWeb.WebServer
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 |
ApplicationObjects[10] Source code
var config string ApplicationPaths[10];
var config string Applications[10];
var config bool bEnabled;
var int ConnectionCount;
var config int DefaultApplication;
var config int ExpirationSeconds;
var config int ListenPort;
var config int MaxConnections;
var config string ServerName;
var string ServerURL;
function BeginPlay ( ) )
event Destroyed ( ) )
event GainedChild (
Actor C ) )
function WebApplication GetApplication (
string URI, out
string SubURI) )
event LostChild (
Actor C ) )
defaultproperties
{
ExpirationSeconds=86400
ListenPort=80
LinkMode=MODE_Text
AcceptClass=class'WebConnection'
MaxConnections=30
DefaultApplication=-1
}
|
Creation time: st 23.5.2018 00:10:39.183 - Created with
UnCodeX