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

◆ UploadStringAsync() [3/3]

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

Definition at line 1617 of file WebClient.cs.

1618 {
1619 if (!true)
1620 {
1621 }
1622 WebClient.ThrowIfNull(address, "address");
1623 WebClient.ThrowIfNull(data, "data");
1624 string text;
1625 if (method == null)
1626 {
1627 text = this.MapToDefaultMethod(address);
1628 }
1629 global::System.ComponentModel.AsyncOperation asyncOperation = this.StartAsyncOperation(userToken);
1630 Encoding encoding = this._encoding;
1632 this._contentLength = encoding;
1633 global::System.Uri uri = this.GetUri(address);
1634 this._webRequest = this;
1635 }
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)

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