UE1:UBrowserHTTPClient (UT)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Info >> InternetInfo >> InternetLink >> TcpLink >> UBrowserBufferedTcpLink >> UBrowserHTTPClient |
- Package:
- UBrowser
- Direct subclass:
- UBrowserUpdateServerLink
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
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
DoBind
function DoBind ()
HTTPError
function HTTPError (int Code)
HTTPReceivedData
function HTTPReceivedData (string Data)
SetError
function SetError (int Code)