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

◆ UploadDataAsync() [3/3]

void System.Net.WebClient.UploadDataAsync ( global::System::Uri address,
string method,
byte[] data,
object userToken )
inline

Definition at line 1650 of file WebClient.cs.

1651 {
1652 int num = 1;
1653 if (num == 0)
1654 {
1655 }
1656 WebClient.ThrowIfNull(address, "address");
1657 WebClient.ThrowIfNull(data, "data");
1658 string text;
1659 if (method == null)
1660 {
1661 text = this.MapToDefaultMethod(address);
1662 }
1663 global::System.ComponentModel.AsyncOperation asyncOperation = this.StartAsyncOperation(userToken);
1666 global::System.Uri uri = this.GetUri(address);
1667 UploadProgressChangedEventHandler uploadProgressChanged = this.UploadProgressChanged;
1668 this._webRequest = this;
1669 if (uploadProgressChanged != null)
1670 {
1671 return;
1672 }
1673 }
class f__AnonymousType0<< Count > j__TPar
static readonly long
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)

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