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

◆ MethodWithBuffer

bool System.Net.HttpWebRequest.MethodWithBuffer
getprivate

Definition at line 223 of file HttpWebRequest.cs.

224 {
225 get
226 {
227 bool flag = this.method != "HEAD";
228 bool flag2 = this.method != "GET";
229 bool flag3 = this.method != "MKCOL";
230 bool flag4 = this.method != "CONNECT";
231 return this.method != "TRACE";
232 }
233 }
class f__AnonymousType0<< Count > j__TPar

Referenced by System.Net.HttpWebRequest.Redirect().