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

◆ DownloadData() [1/2]

byte[] System.Net.WebClient.DownloadData ( global::System::Uri address)
inline

Definition at line 817 of file WebClient.cs.

818 {
819 if (!true)
820 {
821 }
822 WebClient.ThrowIfNull(address, "address");
823 this.StartOperation();
824 byte[] array;
825 return array;
826 }

References System.array, System.Net.WebClient.StartOperation(), and System.Net.WebClient.ThrowIfNull().