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

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

Definition at line 1723 of file WebClient.cs.

1724 {
1725 if (!true)
1726 {
1727 }
1728 WebClient.ThrowIfNull(address, "address");
1729 WebClient.ThrowIfNull(data, "data");
1730 string text;
1731 if (method == null)
1732 {
1733 text = this.MapToDefaultMethod(address);
1734 }
1735 global::System.ComponentModel.AsyncOperation asyncOperation = this.StartAsyncOperation(userToken);
1736 byte[] valuesToUpload = this.GetValuesToUpload(data);
1738 global::System.Uri uri = this.GetUri(address);
1739 UploadProgressChangedEventHandler uploadProgressChanged = this.UploadProgressChanged;
1740 this._webRequest = this;
1741 if (uploadProgressChanged != null)
1742 {
1743 return;
1744 }
1745 }
class f__AnonymousType0<< Count > j__TPar
global::System.ComponentModel.AsyncOperation StartAsyncOperation(object userToken)
Definition WebClient.cs:419
UploadProgressChangedEventHandler UploadProgressChanged
Definition WebClient.cs:250
global::System.Uri GetUri(string address)
string MapToDefaultMethod(global::System.Uri address)
byte[] GetValuesToUpload(global::System.Collections.Specialized.NameValueCollection data)

References System.Net.WebClient.GetUri(), System.Net.WebClient.GetValuesToUpload(), j__TPar, System.Net.WebClient.MapToDefaultMethod(), System.Net.WebClient.StartAsyncOperation(), System.text, System.Net.WebClient.ThrowIfNull(), and System.Net.WebClient.UploadProgressChanged.