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
get
set
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();
764
this.method
=
text
;
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"
;
773
this.method
=
value
;
774
}
775
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Net.HttpWebRequest.method
string method
Definition
HttpWebRequest.cs:1901
System.ExceptionArgument.text
@ text
System.ExceptionArgument.value
@ value
System
Net
HttpWebRequest
Generated by
1.10.0