Gah - a solution with more questions. – EntropicLqd

Legacy:LibHTTP/HttpResolveCache

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search

Object that holds cached resolves. this is used by multiple Legacy:LibHTTP/HttpSock instances

Contents

[edit] Properties

array<ResolveCacheEntry> ResolveCache 
Resolve cache, already resolved hostnames are not looked up. You have to keep the actor alive in order to use this feature

[edit] Structures

[edit] ResolveCacheEntry

resolve chache entry to speed up subsequent request

InternetLink.IpAddr Address 
the address information
string Hostname 
the hostname

[edit] Functions

AddCacheEntry(string hostname, InternetLink.IpAddr Address )
add an entry
bool ResolveAddress(string hostname, out InternetLink.IpAddr Address )
lookup a resolved address
Personal tools