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

◆ OpenWrite() [4/4]

Stream System.Net.WebClient.OpenWrite ( string address,
string method )
inline

Definition at line 903 of file WebClient.cs.

904 {
905 global::System.Uri uri = this.GetUri(address);
906 return this.OpenWrite(uri, method);
907 }
Stream OpenWrite(string address)
Definition WebClient.cs:888
global::System.Uri GetUri(string address)

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