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
HttpWebRequestElement.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Configuration
;
3
4
namespace
System.Net.Configuration
5
{
6
// Token: 0x02000473 RID: 1139
7
public
sealed
class
HttpWebRequestElement
:
ConfigurationElement
8
{
9
// Token: 0x06001EDE RID: 7902 RVA: 0x00051394 File Offset: 0x0004F594
10
public
HttpWebRequestElement
()
11
{
12
throw
new
NotSupportedException
();
13
}
14
15
// Token: 0x1700070D RID: 1805
16
// (get) Token: 0x06001EDF RID: 7903 RVA: 0x000513A8 File Offset: 0x0004F5A8
17
// (set) Token: 0x06001EE0 RID: 7904 RVA: 0x000513BC File Offset: 0x0004F5BC
18
public
int
MaximumErrorResponseLength
19
{
20
get
21
{
22
throw
new
NotSupportedException
();
23
}
24
set
25
{
26
throw
new
NotSupportedException
();
27
}
28
}
29
30
// Token: 0x1700070E RID: 1806
31
// (get) Token: 0x06001EE1 RID: 7905 RVA: 0x000513D0 File Offset: 0x0004F5D0
32
// (set) Token: 0x06001EE2 RID: 7906 RVA: 0x000513E4 File Offset: 0x0004F5E4
33
public
int
MaximumResponseHeadersLength
34
{
35
get
36
{
37
throw
new
NotSupportedException
();
38
}
39
set
40
{
41
throw
new
NotSupportedException
();
42
}
43
}
44
45
// Token: 0x1700070F RID: 1807
46
// (get) Token: 0x06001EE3 RID: 7907 RVA: 0x000513F8 File Offset: 0x0004F5F8
47
// (set) Token: 0x06001EE4 RID: 7908 RVA: 0x0005140C File Offset: 0x0004F60C
48
public
int
MaximumUnauthorizedUploadLength
49
{
50
get
51
{
52
throw
new
NotSupportedException
();
53
}
54
set
55
{
56
throw
new
NotSupportedException
();
57
}
58
}
59
60
// Token: 0x17000710 RID: 1808
61
// (get) Token: 0x06001EE5 RID: 7909 RVA: 0x00051420 File Offset: 0x0004F620
62
protected
override
ConfigurationPropertyCollection
Properties
63
{
64
get
65
{
66
throw
new
NotSupportedException
();
67
}
68
}
69
70
// Token: 0x17000711 RID: 1809
71
// (get) Token: 0x06001EE6 RID: 7910 RVA: 0x00051434 File Offset: 0x0004F634
72
// (set) Token: 0x06001EE7 RID: 7911 RVA: 0x00051448 File Offset: 0x0004F648
73
public
bool
UseUnsafeHeaderParsing
74
{
75
get
76
{
77
throw
new
NotSupportedException
();
78
}
79
set
80
{
81
throw
new
NotSupportedException
();
82
}
83
}
84
85
// Token: 0x06001EE8 RID: 7912 RVA: 0x0005145C File Offset: 0x0004F65C
86
protected
override
void
PostDeserialize
()
87
{
88
throw
new
NotSupportedException
();
89
}
90
}
91
}
System.Configuration.ConfigurationElement
Definition
ConfigurationElement.cs:10
System.Configuration.ConfigurationPropertyCollection
Definition
ConfigurationPropertyCollection.cs:9
System.Net.Configuration.HttpWebRequestElement.PostDeserialize
override void PostDeserialize()
Definition
HttpWebRequestElement.cs:86
System.Net.Configuration.HttpWebRequestElement.MaximumResponseHeadersLength
int MaximumResponseHeadersLength
Definition
HttpWebRequestElement.cs:34
System.Net.Configuration.HttpWebRequestElement.MaximumUnauthorizedUploadLength
int MaximumUnauthorizedUploadLength
Definition
HttpWebRequestElement.cs:49
System.Net.Configuration.HttpWebRequestElement.MaximumErrorResponseLength
int MaximumErrorResponseLength
Definition
HttpWebRequestElement.cs:19
System.Net.Configuration.HttpWebRequestElement.Properties
override ConfigurationPropertyCollection Properties
Definition
HttpWebRequestElement.cs:63
System.Net.Configuration.HttpWebRequestElement.HttpWebRequestElement
HttpWebRequestElement()
Definition
HttpWebRequestElement.cs:10
System.Net.Configuration.HttpWebRequestElement.UseUnsafeHeaderParsing
bool UseUnsafeHeaderParsing
Definition
HttpWebRequestElement.cs:74
System.Net.Configuration.HttpWebRequestElement
Definition
HttpWebRequestElement.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
HttpWebRequestElement.cs
Generated by
1.10.0