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

◆ UsePassive

bool System.Net.FtpWebRequest.UsePassive
getset

Definition at line 1049 of file FtpWebRequest.cs.

1050 {
1051 get
1052 {
1053 return this._passive;
1054 }
1055 set
1056 {
1057 bool getResponseStarted;
1058 do
1059 {
1060 getResponseStarted = this._getResponseStarted;
1061 }
1062 while (getResponseStarted);
1064 }
1065 }
class f__AnonymousType0<< Count > j__TPar