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

◆ Expect100Continue

bool System.Net.ServicePoint.Expect100Continue
getset

Definition at line 230 of file ServicePoint.cs.

231 {
232 get
233 {
234 return this.SendContinue;
235 }
236 set
237 {
238 }
239 }