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

◆ DownloadDataInternal()

byte[] System.Net.WebClient.DownloadDataInternal ( global::System::Uri address,
[Out] WebRequest request )
inlineprivate

Definition at line 829 of file WebClient.cs.

830 {
831 global::System.Uri uri = this.GetUri(address);
832 this._webRequest = this;
833 byte[] array;
834 return array;
835 }
class f__AnonymousType0<< Count > j__TPar
global::System.Uri GetUri(string address)

References System.array, System.Net.WebClient.GetUri(), and j__TPar.