Cogito, ergo sum
UE2:WebConnection (U2)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Info >> InternetInfo >> InternetLink >> TcpLink >> WebConnection |
Contents
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
null
Properties[edit]
Application[edit]
Type: WebApplication
RawBytesExpecting[edit]
Type: int
ReceivedData[edit]
Type: string
Request[edit]
Type: WebRequest
Response[edit]
Type: WebResponse
WebServer[edit]
Type: WebServer
Functions[edit]
Events[edit]
Accepted[edit]
event Accepted ()
Overrides: TcpLink.Accepted
Closed[edit]
event Closed ()
Overrides: TcpLink.Closed
ReceivedLine[edit]
event ReceivedLine (string S)
Overrides: TcpLink.ReceivedLine
ReceivedText[edit]
event ReceivedText (string Text)
Overrides: TcpLink.ReceivedText
Timer[edit]
event Timer ()
Overrides: Actor.Timer
Other instance functions[edit]
CheckRawBytes[edit]
function CheckRawBytes ()
Cleanup[edit]
function Cleanup ()
CreateResponseObject[edit]
function CreateResponseObject ()
EndOfHeaders[edit]
function EndOfHeaders ()
ProcessGet[edit]
function ProcessGet (string S)
ProcessPost[edit]
function ProcessPost (string S)