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
HttpListenerTimeoutManager.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
System.Net
5
{
6
// Token: 0x02000252 RID: 594
7
public
class
HttpListenerTimeoutManager
8
{
9
// Token: 0x17000351 RID: 849
10
// (get) Token: 0x06000F73 RID: 3955 RVA: 0x00002050 File Offset: 0x00000250
11
// (set) Token: 0x06000F74 RID: 3956 RVA: 0x00002050 File Offset: 0x00000250
12
[
MonoTODO
]
13
public
TimeSpan
EntityBody
14
{
15
get
16
{
17
throw
new
global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method."
);
18
}
19
set
20
{
21
throw
new
global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method."
);
22
}
23
}
24
25
// Token: 0x17000352 RID: 850
26
// (get) Token: 0x06000F75 RID: 3957 RVA: 0x00002050 File Offset: 0x00000250
27
// (set) Token: 0x06000F76 RID: 3958 RVA: 0x00002050 File Offset: 0x00000250
28
[
MonoTODO
]
29
public
TimeSpan
DrainEntityBody
30
{
31
get
32
{
33
throw
new
global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method."
);
34
}
35
set
36
{
37
throw
new
global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method."
);
38
}
39
}
40
41
// Token: 0x17000353 RID: 851
42
// (get) Token: 0x06000F77 RID: 3959 RVA: 0x00002050 File Offset: 0x00000250
43
// (set) Token: 0x06000F78 RID: 3960 RVA: 0x00002050 File Offset: 0x00000250
44
[
MonoTODO
]
45
public
TimeSpan
RequestQueue
46
{
47
get
48
{
49
throw
new
global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method."
);
50
}
51
set
52
{
53
throw
new
global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method."
);
54
}
55
}
56
57
// Token: 0x17000354 RID: 852
58
// (get) Token: 0x06000F79 RID: 3961 RVA: 0x00002050 File Offset: 0x00000250
59
// (set) Token: 0x06000F7A RID: 3962 RVA: 0x00002050 File Offset: 0x00000250
60
[
MonoTODO
]
61
public
TimeSpan
IdleConnection
62
{
63
get
64
{
65
throw
new
global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method."
);
66
}
67
set
68
{
69
throw
new
global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method."
);
70
}
71
}
72
73
// Token: 0x17000355 RID: 853
74
// (get) Token: 0x06000F7B RID: 3963 RVA: 0x00002050 File Offset: 0x00000250
75
// (set) Token: 0x06000F7C RID: 3964 RVA: 0x00002050 File Offset: 0x00000250
76
[
MonoTODO
]
77
public
TimeSpan
HeaderWait
78
{
79
get
80
{
81
throw
new
global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method."
);
82
}
83
set
84
{
85
throw
new
global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method."
);
86
}
87
}
88
89
// Token: 0x17000356 RID: 854
90
// (get) Token: 0x06000F7D RID: 3965 RVA: 0x00002050 File Offset: 0x00000250
91
// (set) Token: 0x06000F7E RID: 3966 RVA: 0x00002050 File Offset: 0x00000250
92
[
MonoTODO
]
93
public
long
MinSendBytesPerSecond
94
{
95
get
96
{
97
throw
new
global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method."
);
98
}
99
set
100
{
101
throw
new
global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method."
);
102
}
103
}
104
105
// Token: 0x06000F7F RID: 3967 RVA: 0x000312CC File Offset: 0x0002F4CC
106
public
HttpListenerTimeoutManager
()
107
{
108
}
109
}
110
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Net.HttpListenerTimeoutManager.HeaderWait
TimeSpan HeaderWait
Definition
HttpListenerTimeoutManager.cs:78
System.Net.HttpListenerTimeoutManager.MinSendBytesPerSecond
long MinSendBytesPerSecond
Definition
HttpListenerTimeoutManager.cs:94
System.Net.HttpListenerTimeoutManager.HttpListenerTimeoutManager
HttpListenerTimeoutManager()
Definition
HttpListenerTimeoutManager.cs:106
System.Net.HttpListenerTimeoutManager.EntityBody
TimeSpan EntityBody
Definition
HttpListenerTimeoutManager.cs:14
System.Net.HttpListenerTimeoutManager.DrainEntityBody
TimeSpan DrainEntityBody
Definition
HttpListenerTimeoutManager.cs:30
System.Net.HttpListenerTimeoutManager.IdleConnection
TimeSpan IdleConnection
Definition
HttpListenerTimeoutManager.cs:62
System.Net.HttpListenerTimeoutManager.RequestQueue
TimeSpan RequestQueue
Definition
HttpListenerTimeoutManager.cs:46
System.Net.HttpListenerTimeoutManager
Definition
HttpListenerTimeoutManager.cs:8
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Net
Definition
AuthenticationManager.cs:7
System
Definition
__ComObject.cs:4
System.TimeSpan
Definition
TimeSpan.cs:10
source
System
Net
HttpListenerTimeoutManager.cs
Generated by
1.10.0