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[edit]

Connecting[edit]

Value: 0


WaitingForHeader[edit]

Value: 1


ReceivingHeader[edit]

Value: 2


ReceivingData[edit]

Value: 3


HadError[edit]

Value: 4


Properties[edit]

bClosed[edit]

Type: bool


CurrentState[edit]

Type: int


ErrorCode[edit]

Type: int


ProxyServerAddress[edit]

Type: string

Modifiers: globalconfig


ProxyServerPort[edit]

Type: int

Modifiers: globalconfig


ServerAddress[edit]

Type: string


ServerIpAddr[edit]

Type: InternetLink.IpAddr


ServerPort[edit]

Type: int


ServerURI[edit]

Type: string


Functions[edit]

Events[edit]

Closed[edit]

event Closed ()

Overrides: TcpLink.Closed


Opened[edit]

event Opened ()

Overrides: TcpLink.Opened


PostBeginPlay[edit]

event PostBeginPlay ()

Overrides: Actor.PostBeginPlay


Resolved[edit]

event Resolved (InternetLink.IpAddr Addr)

Overrides: InternetLink.Resolved


Tick[edit]

event Tick (float DeltaTime)

Overrides: Actor.Tick


Timer[edit]

event Timer ()

Overrides: Actor.Timer


Other instance functions[edit]

Browse[edit]

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


DoBind[edit]

function DoBind ()


HTTPError[edit]

function HTTPError (int Code)


HTTPReceivedData[edit]

function HTTPReceivedData (string Data)


SetError[edit]

function SetError (int Code)