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

◆ EnableSsl

bool System.Net.FtpWebRequest.EnableSsl
getset

Definition at line 1096 of file FtpWebRequest.cs.

1097 {
1098 get
1099 {
1100 return this._enableSsl;
1101 }
1102 set
1103 {
1104 bool getResponseStarted;
1105 for (;;)
1106 {
1107 if (!this._getRequestStreamStarted)
1108 {
1109 getResponseStarted = this._getResponseStarted;
1110 if (!getResponseStarted)
1111 {
1112 break;
1113 }
1114 }
1115 }
1117 }
1118 }
class f__AnonymousType0<< Count > j__TPar