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

◆ OpenReadTaskAsync() [2/2]

Task< Stream > System.Net.WebClient.OpenReadTaskAsync ( string address)
inline

Definition at line 1777 of file WebClient.cs.

1778 {
1779 global::System.Uri uri = this.GetUri(address);
1780 return this.OpenReadTaskAsync(uri);
1781 }
global::System.Uri GetUri(string address)
Task< Stream > OpenReadTaskAsync(string address)

References System.Net.WebClient.GetUri(), and System.Net.WebClient.OpenReadTaskAsync().

Referenced by System.Net.WebClient.OpenReadTaskAsync().