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

◆ BeginGetResponse()

override IAsyncResult System.Net.HttpWebRequest.BeginGetResponse ( AsyncCallback callback,
object state )
inlinevirtual

Reimplemented from System.Net.WebRequest.

Definition at line 1463 of file HttpWebRequest.cs.

1464 {
1465 string transferEncoding = this.TransferEncoding;
1466 if (transferEncoding != null && !this.sendChunked)
1467 {
1468 bool flag = transferEncoding.Trim() != "";
1469 }
1470 Task task;
1471 return TaskToApm.Begin(task, callback, state);
1472 }
class f__AnonymousType0<< Count > j__TPar
static IAsyncResult Begin(Task task, AsyncCallback callback, object state)
Definition TaskToApm.cs:11

References System.Threading.Tasks.TaskToApm.Begin(), j__TPar, System.Net.HttpWebRequest.sendChunked, System.state, System.task, and System.Net.HttpWebRequest.TransferEncoding.