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
HttpListenerTimeoutsElement.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Configuration
;
3
4
namespace
System.Net.Configuration
5
{
6
// Token: 0x02000472 RID: 1138
7
public
sealed
class
HttpListenerTimeoutsElement
:
ConfigurationElement
8
{
9
// Token: 0x06001ED6 RID: 7894 RVA: 0x000512F4 File Offset: 0x0004F4F4
10
public
HttpListenerTimeoutsElement
()
11
{
12
throw
new
NotSupportedException
();
13
}
14
15
// Token: 0x17000706 RID: 1798
16
// (get) Token: 0x06001ED7 RID: 7895 RVA: 0x00051308 File Offset: 0x0004F508
17
public
TimeSpan
DrainEntityBody
18
{
19
get
20
{
21
throw
new
NotSupportedException
();
22
}
23
}
24
25
// Token: 0x17000707 RID: 1799
26
// (get) Token: 0x06001ED8 RID: 7896 RVA: 0x0005131C File Offset: 0x0004F51C
27
public
TimeSpan
EntityBody
28
{
29
get
30
{
31
throw
new
NotSupportedException
();
32
}
33
}
34
35
// Token: 0x17000708 RID: 1800
36
// (get) Token: 0x06001ED9 RID: 7897 RVA: 0x00051330 File Offset: 0x0004F530
37
public
TimeSpan
HeaderWait
38
{
39
get
40
{
41
throw
new
NotSupportedException
();
42
}
43
}
44
45
// Token: 0x17000709 RID: 1801
46
// (get) Token: 0x06001EDA RID: 7898 RVA: 0x00051344 File Offset: 0x0004F544
47
public
TimeSpan
IdleConnection
48
{
49
get
50
{
51
throw
new
NotSupportedException
();
52
}
53
}
54
55
// Token: 0x1700070A RID: 1802
56
// (get) Token: 0x06001EDB RID: 7899 RVA: 0x00051358 File Offset: 0x0004F558
57
public
long
MinSendBytesPerSecond
58
{
59
get
60
{
61
throw
new
NotSupportedException
();
62
}
63
}
64
65
// Token: 0x1700070B RID: 1803
66
// (get) Token: 0x06001EDC RID: 7900 RVA: 0x0005136C File Offset: 0x0004F56C
67
protected
override
ConfigurationPropertyCollection
Properties
68
{
69
get
70
{
71
throw
new
NotSupportedException
();
72
}
73
}
74
75
// Token: 0x1700070C RID: 1804
76
// (get) Token: 0x06001EDD RID: 7901 RVA: 0x00051380 File Offset: 0x0004F580
77
public
TimeSpan
RequestQueue
78
{
79
get
80
{
81
throw
new
NotSupportedException
();
82
}
83
}
84
}
85
}
System.Configuration.ConfigurationElement
Definition
ConfigurationElement.cs:10
System.Configuration.ConfigurationPropertyCollection
Definition
ConfigurationPropertyCollection.cs:9
System.Net.Configuration.HttpListenerTimeoutsElement.MinSendBytesPerSecond
long MinSendBytesPerSecond
Definition
HttpListenerTimeoutsElement.cs:58
System.Net.Configuration.HttpListenerTimeoutsElement.HttpListenerTimeoutsElement
HttpListenerTimeoutsElement()
Definition
HttpListenerTimeoutsElement.cs:10
System.Net.Configuration.HttpListenerTimeoutsElement.HeaderWait
TimeSpan HeaderWait
Definition
HttpListenerTimeoutsElement.cs:38
System.Net.Configuration.HttpListenerTimeoutsElement.Properties
override ConfigurationPropertyCollection Properties
Definition
HttpListenerTimeoutsElement.cs:68
System.Net.Configuration.HttpListenerTimeoutsElement.EntityBody
TimeSpan EntityBody
Definition
HttpListenerTimeoutsElement.cs:28
System.Net.Configuration.HttpListenerTimeoutsElement.IdleConnection
TimeSpan IdleConnection
Definition
HttpListenerTimeoutsElement.cs:48
System.Net.Configuration.HttpListenerTimeoutsElement.RequestQueue
TimeSpan RequestQueue
Definition
HttpListenerTimeoutsElement.cs:78
System.Net.Configuration.HttpListenerTimeoutsElement.DrainEntityBody
TimeSpan DrainEntityBody
Definition
HttpListenerTimeoutsElement.cs:18
System.Net.Configuration.HttpListenerTimeoutsElement
Definition
HttpListenerTimeoutsElement.cs:8
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System.Net.Configuration
Definition
AuthenticationModuleElement.cs:5
System
Definition
__ComObject.cs:4
System.TimeSpan
Definition
TimeSpan.cs:10
source
System
Net
Configuration
HttpListenerTimeoutsElement.cs
Generated by
1.10.0