Cogito, ergo sum

UE1:UBrowserHTTPClient (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT Object >> Actor >> Info >> InternetInfo >> InternetLink >> TcpLink >> UBrowserBufferedTcpLink >> UBrowserHTTPClient
Package: 
UBrowser
Direct subclass:
UBrowserUpdateServerLink

null

Constants

Connecting

Value: 0


WaitingForHeader

Value: 1


ReceivingHeader

Value: 2


ReceivingData

Value: 3


HadError

Value: 4


Properties

bClosed

Type: bool


CurrentState

Type: int


ErrorCode

Type: int


ProxyServerAddress

Type: string

Modifiers: globalconfig


ProxyServerPort

Type: int

Modifiers: globalconfig


ServerAddress

Type: string


ServerIpAddr

Type: InternetLink.IpAddr


ServerPort

Type: int


ServerURI

Type: string


Functions

Events

Closed

event Closed ()

Overrides: TcpLink.Closed


Opened

event Opened ()

Overrides: TcpLink.Opened


PostBeginPlay

event PostBeginPlay ()

Overrides: Actor.PostBeginPlay


Resolved

event Resolved (InternetLink.IpAddr Addr)

Overrides: InternetLink.Resolved


Tick

event Tick (float DeltaTime)

Overrides: Actor.Tick


Timer

event Timer ()

Overrides: Actor.Timer


Other instance functions

Browse

function Browse (string InAddress, string InURI, optional int InPort, optional int InTimeout)


DoBind

function DoBind ()


HTTPError

function HTTPError (int Code)


HTTPReceivedData

function HTTPReceivedData (string Data)


SetError

function SetError (int Code)