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() [2/4]

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

Definition at line 1101 of file WebClient.cs.

1102 {
1103 if (!true)
1104 {
1105 }
1106 WebClient.ThrowIfNull(address, "address");
1107 WebClient.ThrowIfNull(data, "data");
1108 string text;
1109 if (method == null)
1110 {
1111 text = this.MapToDefaultMethod(address);
1112 }
1113 this.StartOperation();
1114 byte[] valuesToUpload = this.GetValuesToUpload(data);
1116 global::System.Uri uri = this.GetUri(address);
1117 this._webRequest = this;
1118 byte[] array;
1119 return array;
1120 }
class f__AnonymousType0<< Count > j__TPar
global::System.Uri GetUri(string address)
string MapToDefaultMethod(global::System.Uri address)
byte[] GetValuesToUpload(global::System.Collections.Specialized.NameValueCollection data)

References System.array, System.Net.WebClient.GetUri(), System.Net.WebClient.GetValuesToUpload(), j__TPar, System.Net.WebClient.MapToDefaultMethod(), System.Net.WebClient.StartOperation(), System.text, and System.Net.WebClient.ThrowIfNull().