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

◆ EndGetResponse()

override WebResponse System.Net.FtpWebRequest.EndGetResponse ( IAsyncResult asyncResult)
inlinevirtual

Reimplemented from System.Net.WebRequest.

Definition at line 464 of file FtpWebRequest.cs.

465 {
466 int num = 1;
467 if (num == 0)
468 {
469 }
470 bool isEnabled = NetEventSource.IsEnabled;
471 if (num == 0)
472 {
473 }
474 if (asyncResult != null)
475 {
476 int num2 = 1;
478 if (exception != null)
479 {
481 }
482 long num3 = 0L;
483 int num4 = 12;
484 if (num2 == 0)
485 {
486 }
487 bool isEnabled2 = NetEventSource.IsEnabled;
488 if (num2 == 0)
489 {
490 }
491 if (num3 != 0L)
492 {
493 goto IL_0063;
494 }
495 if (num4 == 0)
496 {
498 }
499 }
500 string text = SR.Format("{0} can only be called once for each asynchronous operation.", "EndGetResponse");
501 IL_0063:
502 throw new OutOfMemoryException();
503 }
class f__AnonymousType0<< Count > j__TPar
static string Format(string resourceFormat, params object[] args)
Definition SR.cs:33
Definition SR.cs:7
FtpWebResponse _ftpWebResponse

References System.Net.FtpWebRequest._exception, System.Net.FtpWebRequest._ftpWebResponse, System.exception, SR.Format(), System.Net.NetEventSource.IsEnabled, j__TPar, System.L, System.text, and System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw().