terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ Aborted

bool System.Net.HttpWebRequest.Aborted
getsetpackage

Definition at line 2125 of file HttpWebRequest.cs.

2126 {
2127 [global::Cpp2ILInjected.Token(Token = "0x6001013")]
2128 [global::Cpp2ILInjected.Address(RVA = "0x1F548B8", Offset = "0x1F548B8", Length = "0x28")]
2129 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
2130 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpWebRequest.<MyGetResponseAsync>d__243), Member = "MoveNext", ReturnType = typeof(void))]
2131 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpWebRequest), Member = "<RunWithTimeout>b__242_0", MemberTypeParameters = new object[] { "T" }, ReturnType = typeof(bool))]
2132 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WebOperation), Member = "get_Aborted", ReturnType = typeof(bool))]
2133 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
2134 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Interlocked), Member = "CompareExchange", MemberParameters = new object[]
2135 {
2136 typeof(ref int),
2137 typeof(int),
2138 typeof(int)
2139 }, ReturnType = typeof(int))]
2140 get
2141 {
2142 throw null;
2143 }
2144 }
class f__AnonymousType0<< Count > j__TPar
Task< HttpWebResponse > MyGetResponseAsync(CancellationToken cancellationToken)