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

◆ AllowReadStreamBuffering

virtual bool System.Net.HttpWebRequest.AllowReadStreamBuffering
getset

Definition at line 175 of file HttpWebRequest.cs.

176 {
177 get
178 {
179 return this.allowReadStreamBuffering;
180 }
181 set
182 {
183 }
184 }