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

◆ Closed

bool System.Net.WebOperation.Closed
get

Definition at line 125 of file WebOperation.cs.

126 {
127 get
128 {
129 bool aborted = this.Aborted;
130 return true;
131 }
132 }