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

◆ EndGetRequestStream()

override Stream System.Net.FtpWebRequest.EndGetRequestStream ( IAsyncResult asyncResult)
inlinevirtual

Reimplemented from System.Net.WebRequest.

Definition at line 632 of file FtpWebRequest.cs.

633 {
634 int num = 1;
635 if (num == 0)
636 {
637 }
638 bool isEnabled = NetEventSource.IsEnabled;
639 if (num == 0)
640 {
641 }
642 if (asyncResult != null)
643 {
645 if (exception != null)
646 {
648 }
649 Stream stream = this._stream;
650 int readWriteTimeout = this._readWriteTimeout;
652 long num2 = 0L;
653 bool isEnabled2 = NetEventSource.IsEnabled;
654 if (num2 == 0L)
655 {
656 return stream;
657 }
658 }
659 else
660 {
661 string text = SR.Format("{0} can only be called once for each asynchronous operation.", "EndGetResponse");
662 }
663 throw new OutOfMemoryException();
664 }
class f__AnonymousType0<< Count > j__TPar
static string Format(string resourceFormat, params object[] args)
Definition SR.cs:33
Definition SR.cs:7

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