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

◆ UseBinary

bool System.Net.FtpWebRequest.UseBinary
getset

Definition at line 1022 of file FtpWebRequest.cs.

1023 {
1024 get
1025 {
1026 return this._binary;
1027 }
1028 set
1029 {
1030 bool getResponseStarted;
1031 for (;;)
1032 {
1033 if (!this._getRequestStreamStarted)
1034 {
1035 getResponseStarted = this._getResponseStarted;
1036 if (!getResponseStarted)
1037 {
1038 break;
1039 }
1040 }
1041 }
1043 }
1044 }
class f__AnonymousType0<< Count > j__TPar