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

◆ UploadValuesAsync() [2/3]

void System.Net.WebClient.UploadValuesAsync ( global::System::Uri address,
string method,
global::System::Collections::Specialized::NameValueCollection data )
inline

Definition at line 1716 of file WebClient.cs.

1717 {
1718 long num = 0L;
1719 this.UploadValuesAsync(address, method, data, num);
1720 }
void UploadValuesAsync(global::System.Uri address, global::System.Collections.Specialized.NameValueCollection data)

References System.L, and System.Net.WebClient.UploadValuesAsync().