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

◆ UploadFileAsync() [3/3]

void System.Net.WebClient.UploadFileAsync ( global::System::Uri address,
string method,
string fileName,
object userToken )
inline

Definition at line 1688 of file WebClient.cs.

1689 {
1690 int num = 1;
1691 if (num == 0)
1692 {
1693 }
1694 WebClient.ThrowIfNull(address, "address");
1695 WebClient.ThrowIfNull(fileName, "fileName");
1696 string text;
1697 if (method == null)
1698 {
1699 text = this.MapToDefaultMethod(address);
1700 }
1701 global::System.ComponentModel.AsyncOperation asyncOperation = this.StartAsyncOperation(userToken);
1703 string scheme = this.GetUri(address).Scheme;
1704 if (num == 0)
1705 {
1706 }
1707 this._webRequest = this;
1708 }
class f__AnonymousType0<< Count > j__TPar
global::System.ComponentModel.AsyncOperation StartAsyncOperation(object userToken)
Definition WebClient.cs:419
global::System.Uri GetUri(string address)
string MapToDefaultMethod(global::System.Uri address)
string Scheme
Definition Uri.cs:1094

References System.Net.WebClient.GetUri(), j__TPar, System.Net.WebClient.MapToDefaultMethod(), System.Uri.Scheme, System.Net.WebClient.StartAsyncOperation(), System.text, and System.Net.WebClient.ThrowIfNull().