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

◆ OpenWriteAsync() [3/3]

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

Definition at line 1494 of file WebClient.cs.

1495 {
1496 if (!true)
1497 {
1498 }
1499 WebClient.ThrowIfNull(address, "address");
1500 string text;
1501 if (method == null)
1502 {
1503 text = this.MapToDefaultMethod(address);
1504 }
1505 global::System.ComponentModel.AsyncOperation asyncOperation = this.StartAsyncOperation(userToken);
1507 global::System.Uri uri = this.GetUri(address);
1508 this._webRequest = this;
1509 }
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.GetUri(), j__TPar, System.Net.WebClient.MapToDefaultMethod(), System.Net.WebClient.StartAsyncOperation(), System.text, and System.Net.WebClient.ThrowIfNull().