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
HttpListenerElement.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Configuration
;
3
4
namespace
System.Net.Configuration
5
{
6
// Token: 0x02000471 RID: 1137
7
public
sealed
class
HttpListenerElement
:
ConfigurationElement
8
{
9
// Token: 0x06001ED2 RID: 7890 RVA: 0x000512A4 File Offset: 0x0004F4A4
10
public
HttpListenerElement
()
11
{
12
throw
new
NotSupportedException
();
13
}
14
15
// Token: 0x17000703 RID: 1795
16
// (get) Token: 0x06001ED3 RID: 7891 RVA: 0x000512B8 File Offset: 0x0004F4B8
17
protected
override
ConfigurationPropertyCollection
Properties
18
{
19
get
20
{
21
throw
new
NotSupportedException
();
22
}
23
}
24
25
// Token: 0x17000704 RID: 1796
26
// (get) Token: 0x06001ED4 RID: 7892 RVA: 0x000512CC File Offset: 0x0004F4CC
27
public
HttpListenerTimeoutsElement
Timeouts
28
{
29
get
30
{
31
throw
new
NotSupportedException
();
32
}
33
}
34
35
// Token: 0x17000705 RID: 1797
36
// (get) Token: 0x06001ED5 RID: 7893 RVA: 0x000512E0 File Offset: 0x0004F4E0
37
public
bool
UnescapeRequestUrl
38
{
39
get
40
{
41
throw
new
NotSupportedException
();
42
}
43
}
44
}
45
}
System.Configuration.ConfigurationElement
Definition
ConfigurationElement.cs:10
System.Configuration.ConfigurationPropertyCollection
Definition
ConfigurationPropertyCollection.cs:9
System.Net.Configuration.HttpListenerElement.Timeouts
HttpListenerTimeoutsElement Timeouts
Definition
HttpListenerElement.cs:28
System.Net.Configuration.HttpListenerElement.UnescapeRequestUrl
bool UnescapeRequestUrl
Definition
HttpListenerElement.cs:38
System.Net.Configuration.HttpListenerElement.Properties
override ConfigurationPropertyCollection Properties
Definition
HttpListenerElement.cs:18
System.Net.Configuration.HttpListenerElement.HttpListenerElement
HttpListenerElement()
Definition
HttpListenerElement.cs:10
System.Net.Configuration.HttpListenerElement
Definition
HttpListenerElement.cs:8
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
source
System
Net
Configuration
HttpListenerElement.cs
Generated by
1.10.0