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

◆ UploadData() [2/4]

byte[] System.Net.WebClient.UploadData ( global::System::Uri address,
string method,
byte[] data )
inline

Definition at line 952 of file WebClient.cs.

953 {
954 if (!true)
955 {
956 }
957 WebClient.ThrowIfNull(address, "address");
958 WebClient.ThrowIfNull(data, "data");
959 if (method == null)
960 {
961 string text = this.MapToDefaultMethod(address);
962 }
963 this.StartOperation();
964 byte[] array;
965 return array;
966 }
string MapToDefaultMethod(global::System.Uri address)

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