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

◆ DownloadDataAsync() [2/2]

void System.Net.WebClient.DownloadDataAsync ( global::System::Uri address,
object userToken )
inline

Definition at line 1563 of file WebClient.cs.

1564 {
1565 if (!true)
1566 {
1567 }
1568 WebClient.ThrowIfNull(address, "address");
1569 global::System.ComponentModel.AsyncOperation asyncOperation = this.StartAsyncOperation(userToken);
1570 global::System.Uri uri = this.GetUri(address);
1571 this._webRequest = this;
1572 }
class f__AnonymousType0<< Count > j__TPar
global::System.ComponentModel.AsyncOperation StartAsyncOperation(object userToken)
Definition WebClient.cs:419
global::System.Uri GetUri(string address)

References System.Net.WebClient.GetUri(), j__TPar, System.Net.WebClient.StartAsyncOperation(), and System.Net.WebClient.ThrowIfNull().