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

◆ InternalAllowBuffering

bool System.Net.HttpWebRequest.InternalAllowBuffering
getpackage

Definition at line 210 of file HttpWebRequest.cs.

211 {
212 get
213 {
214 if (this.allowBuffering)
215 {
216 return this.MethodWithBuffer;
217 }
218 }
219 }