Legacy:WebServer

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 08:14, 20 April 2002 by Wormbo (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Actor >> Info (UT) >> InternetInfo >> InternetLink >> TcpLink >> WebServer

A server for web-based remote administration.

Properties

config string Applications[10]
WebApplication classes.
Defaults in UT are: Applications[0]="UTServerAdmin.UTServerAdmin" and Applications[1]="UTServerAdmin.UTImageServer"
config string ApplicationPaths[10]
The paths used when accessing the web pages provided by the WebApplications. This value is ignored for the default application.
config int ListenPort
config int MaxConnections
Maximum number of connections allowed simultanously. Default is 30.
config string ServerName
config bool bEnabled
Whether web-based remote administration is enabled.
config int DefaultApplication
The default WebApplication.
string ServerURL
WebApplication ApplicationObjects[10]
int ConnectionCount
Current number of connections.

Methods

function BeginPlay ( )
Sets up the applications by setting their Level, WebServer and Path properties and calling their Init() function.
event Destroyed ( )
Shuts down the WebApplications by calling their CleanUp function.
event GainedChild (Actor C)
event LostChild (Actor C)
These are used to count the current number of connections.
function WebApplication GetApplication(string URI, out string SubURI)