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

◆ KeepAlive

bool System.Net.FtpWebRequest.KeepAlive
getset

Definition at line 985 of file FtpWebRequest.cs.

986 {
987 get
988 {
989 return true;
990 }
991 set
992 {
994 {
995 }
996 }
997 }