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

◆ DownloadStringAsync() [2/2]

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

Definition at line 1534 of file WebClient.cs.

1535 {
1536 if (!true)
1537 {
1538 }
1539 WebClient.ThrowIfNull(address, "address");
1540 global::System.ComponentModel.AsyncOperation asyncOperation = this.StartAsyncOperation(userToken);
1541 global::System.Uri uri = this.GetUri(address);
1542 this._webRequest = this;
1543 }
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().