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

◆ AbortConnect()

void System.Net.FtpControlStream.AbortConnect ( )
inlinepackage

Definition at line 41 of file FtpControlStream.cs.

42 {
43 global::System.Net.Sockets.Socket dataSocket = this._dataSocket;
44 if (dataSocket != null)
45 {
46 dataSocket.Close();
47 }
48 }
class f__AnonymousType0<< Count > j__TPar
global::System.Net.Sockets.Socket _dataSocket

References System.Net.FtpControlStream._dataSocket, and j__TPar.