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
HttpListenerException.cs
Go to the documentation of this file.
1using System;
8
9namespace System.Net
10{
11 [global::Cpp2ILInjected.Token(Token = "0x2000191")]
14 {
15 [global::Cpp2ILInjected.Token(Token = "0x6000A49")]
16 [global::Cpp2ILInjected.Address(RVA = "0x1F0C524", Offset = "0x1F0C524", Length = "0x64")]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Marshal), Member = "GetLastWin32Error", ReturnType = typeof(int))]
19 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Win32Exception), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
22 {
23 throw null;
24 }
25
26 [global::Cpp2ILInjected.Token(Token = "0x6000A4A")]
27 [global::Cpp2ILInjected.Address(RVA = "0x1F0C588", Offset = "0x1F0C588", Length = "0x8")]
28 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
29 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Win32Exception), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
31 {
32 throw null;
33 }
34
35 [global::Cpp2ILInjected.Token(Token = "0x6000A4B")]
36 [global::Cpp2ILInjected.Address(RVA = "0x1F0C590", Offset = "0x1F0C590", Length = "0x8")]
37 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ChunkedInputStream), Member = "EndRead", MemberParameters = new object[] { typeof(IAsyncResult) }, ReturnType = typeof(int))]
38 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EndPointListener), Member = "AddSpecial", MemberParameters = new object[]
39 {
41 typeof(ListenerPrefix)
42 }, ReturnType = typeof(void))]
43 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EndPointListener), Member = "AddPrefix", MemberParameters = new object[]
44 {
45 typeof(ListenerPrefix),
46 typeof(HttpListener)
47 }, ReturnType = typeof(void))]
48 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EndPointManager), Member = "AddPrefixInternal", MemberParameters = new object[]
49 {
50 typeof(string),
51 typeof(HttpListener)
52 }, ReturnType = typeof(void))]
53 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ListenerAsyncResult), Member = "Complete", MemberParameters = new object[] { typeof(Exception) }, ReturnType = typeof(void))]
54 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ListenerAsyncResult), Member = "Complete", MemberParameters = new object[]
55 {
56 typeof(HttpListenerContext),
57 typeof(bool)
58 }, ReturnType = typeof(void))]
59 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
60 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Win32Exception), Member = ".ctor", MemberParameters = new object[]
61 {
62 typeof(int),
63 typeof(string)
64 }, ReturnType = typeof(void))]
65 public HttpListenerException(int errorCode, string message)
66 {
67 throw null;
68 }
69
70 [global::Cpp2ILInjected.Token(Token = "0x6000A4C")]
71 [global::Cpp2ILInjected.Address(RVA = "0x1F0C598", Offset = "0x1F0C598", Length = "0x8")]
72 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
73 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Win32Exception), Member = ".ctor", MemberParameters = new object[]
74 {
77 }, ReturnType = typeof(void))]
82
83 [global::Cpp2ILInjected.Token(Token = "0x17000215")]
84 public override int ErrorCode
85 {
86 [global::Cpp2ILInjected.Token(Token = "0x6000A4D")]
87 [global::Cpp2ILInjected.Address(RVA = "0x1F0C5A0", Offset = "0x1F0C5A0", Length = "0x8")]
88 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
89 get
90 {
91 throw null;
92 }
93 }
94 }
95}
class f__AnonymousType0<< Count > j__TPar
HttpListenerException(SerializationInfo serializationInfo, StreamingContext streamingContext)
HttpListenerException(int errorCode, string message)