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

◆ DataStreamClosed()

void System.Net.FtpWebRequest.DataStreamClosed ( CloseExState closeState)
inlinepackage

Definition at line 1410 of file FtpWebRequest.cs.

1411 {
1412 FtpControlStream ftpControlStream;
1413 if (this._async)
1414 {
1417 if (exception != null)
1418 {
1420 return;
1421 }
1422 }
1423 else if (ftpControlStream._lastModified != null)
1424 {
1425 return;
1426 }
1427 }
class f__AnonymousType0<< Count > j__TPar
LazyAsyncResult _requestCompleteAsyncResult

References System.Net.FtpWebRequest._async, System.Net.FtpWebRequest._exception, System.Net.FtpWebRequest._requestCompleteAsyncResult, System.exception, System.Net.LazyAsyncResult.InternalWaitForCompletion(), j__TPar, System.obj, and System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw().