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

◆ OpenReadAsync() [2/2]

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

Definition at line 1470 of file WebClient.cs.

1471 {
1472 if (!true)
1473 {
1474 }
1475 WebClient.ThrowIfNull(address, "address");
1476 global::System.ComponentModel.AsyncOperation asyncOperation = this.StartAsyncOperation(userToken);
1477 global::System.Uri uri = this.GetUri(address);
1478 this._webRequest = this;
1479 }
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().