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

◆ UploadValues() [3/4]

byte[] System.Net.WebClient.UploadValues ( string address,
global::System::Collections::Specialized::NameValueCollection data )
inline

Definition at line 1079 of file WebClient.cs.

1080 {
1081 global::System.Uri uri = this.GetUri(address);
1082 byte[] array;
1083 return array;
1084 }
global::System.Uri GetUri(string address)

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

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