I don't need to test my programs. I have an error-correcting modem.

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

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

Structures

ResolveCacheEntry

resolve chache entry to speed up subsequent request

InternetLink.IpAddr Address 
the address information
string Hostname 
the hostname

Functions

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