The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

Legacy:WebConnection

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Actor >> Info (UT) >> InternetInfo >> InternetLink >> TcpLink >> WebConnection

An internet connection.

Properties

WebServer WebServer 
string ReceivedData 
WebRequest Request 
WebResponse Response 
WebApplication Application 
int RawBytesExpecting 

Methods

function ProcessGet (string S) 
function ProcessPost (string S) 
function CreateResponseObject ( ) 
Creates new WebRequest and WebResponse objects for the Request and Response variables and sets the response's Connection variable to this WebConnection object.
function EndOfHeaders ( ) 
function CheckRawBytes ( ) 
function Cleanup ( )