terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ DownloadFileTaskAsync() [1/2]

Task System.Net.WebClient.DownloadFileTaskAsync ( global::System::Uri address,
string fileName )
inline

Definition at line 1866 of file WebClient.cs.

1867 {
1868 long num = 0L;
1869 this.DownloadFileAsync(address, fileName, num);
1870 throw new OutOfMemoryException();
1871 }
void DownloadFileAsync(global::System.Uri address, string fileName)

References System.Net.WebClient.DownloadFileAsync(), and System.L.