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

◆ Method

override string System.Net.HttpWebRequest.Method
getset

Definition at line 753 of file HttpWebRequest.cs.

754 {
755 get
756 {
757 return this.method;
758 }
759 set
760 {
761 bool flag = string.IsNullOrEmpty(value);
762 bool flag2 = HttpValidationHelpers.IsInvalidMethodOrHeaderString(value);
763 string text = value.ToUpperInvariant();
765 bool flag3 = text != "HEAD";
766 bool flag4 = this.method != "GET";
767 bool flag5 = this.method != "POST";
768 bool flag6 = this.method != "PUT";
769 bool flag7 = this.method != "DELETE";
770 bool flag8 = this.method != "CONNECT";
771 bool flag9 = this.method != "TRACE";
772 bool flag10 = this.method != "MKCOL";
774 }
775 }
class f__AnonymousType0<< Count > j__TPar