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

◆ CreateFtpListenerSocket()

void System.Net.FtpControlStream.CreateFtpListenerSocket ( FtpWebRequest request)
inlineprivate

Definition at line 618 of file FtpControlStream.cs.

619 {
620 if (base.Socket.LocalEndPoint != null)
621 {
622 }
623 global::System.Net.Sockets.Socket socket = base.Socket;
624 global::System.Net.Sockets.Socket socket2;
626 global::System.Net.Sockets.Socket dataSocket = this._dataSocket;
627 int num = 1;
628 dataSocket.Listen(num);
629 }
class f__AnonymousType0<< Count > j__TPar
global::System.Net.Sockets.Socket _dataSocket

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