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
RequestCachingSection.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Configuration
;
3
using
System.Net.Cache
;
4
using
System.Xml
;
5
6
namespace
System.Net.Configuration
7
{
8
// Token: 0x0200047A RID: 1146
9
public
sealed
class
RequestCachingSection
:
ConfigurationSection
10
{
11
// Token: 0x06001F19 RID: 7961 RVA: 0x00051830 File Offset: 0x0004FA30
12
public
RequestCachingSection
()
13
{
14
throw
new
NotSupportedException
();
15
}
16
17
// Token: 0x1700072D RID: 1837
18
// (get) Token: 0x06001F1A RID: 7962 RVA: 0x00051844 File Offset: 0x0004FA44
19
public
FtpCachePolicyElement
DefaultFtpCachePolicy
20
{
21
get
22
{
23
throw
new
NotSupportedException
();
24
}
25
}
26
27
// Token: 0x1700072E RID: 1838
28
// (get) Token: 0x06001F1B RID: 7963 RVA: 0x00051858 File Offset: 0x0004FA58
29
public
HttpCachePolicyElement
DefaultHttpCachePolicy
30
{
31
get
32
{
33
throw
new
NotSupportedException
();
34
}
35
}
36
37
// Token: 0x1700072F RID: 1839
38
// (get) Token: 0x06001F1C RID: 7964 RVA: 0x0005186C File Offset: 0x0004FA6C
39
// (set) Token: 0x06001F1D RID: 7965 RVA: 0x00051880 File Offset: 0x0004FA80
40
public
global::System.Net.Cache.RequestCacheLevel
DefaultPolicyLevel
41
{
42
get
43
{
44
throw
new
NotSupportedException
();
45
}
46
set
47
{
48
throw
new
NotSupportedException
();
49
}
50
}
51
52
// Token: 0x17000730 RID: 1840
53
// (get) Token: 0x06001F1E RID: 7966 RVA: 0x00051894 File Offset: 0x0004FA94
54
// (set) Token: 0x06001F1F RID: 7967 RVA: 0x000518A8 File Offset: 0x0004FAA8
55
public
bool
DisableAllCaching
56
{
57
get
58
{
59
throw
new
NotSupportedException
();
60
}
61
set
62
{
63
throw
new
NotSupportedException
();
64
}
65
}
66
67
// Token: 0x17000731 RID: 1841
68
// (get) Token: 0x06001F20 RID: 7968 RVA: 0x000518BC File Offset: 0x0004FABC
69
// (set) Token: 0x06001F21 RID: 7969 RVA: 0x000518D0 File Offset: 0x0004FAD0
70
public
bool
IsPrivateCache
71
{
72
get
73
{
74
throw
new
NotSupportedException
();
75
}
76
set
77
{
78
throw
new
NotSupportedException
();
79
}
80
}
81
82
// Token: 0x17000732 RID: 1842
83
// (get) Token: 0x06001F22 RID: 7970 RVA: 0x000518E4 File Offset: 0x0004FAE4
84
protected
override
ConfigurationPropertyCollection
Properties
85
{
86
get
87
{
88
throw
new
NotSupportedException
();
89
}
90
}
91
92
// Token: 0x17000733 RID: 1843
93
// (get) Token: 0x06001F23 RID: 7971 RVA: 0x000518F8 File Offset: 0x0004FAF8
94
// (set) Token: 0x06001F24 RID: 7972 RVA: 0x0005190C File Offset: 0x0004FB0C
95
public
TimeSpan
UnspecifiedMaximumAge
96
{
97
get
98
{
99
throw
new
NotSupportedException
();
100
}
101
set
102
{
103
throw
new
NotSupportedException
();
104
}
105
}
106
107
// Token: 0x06001F25 RID: 7973 RVA: 0x00051920 File Offset: 0x0004FB20
108
protected
override
void
DeserializeElement
(
XmlReader
reader,
bool
serializeCollectionKey
)
109
{
110
throw
new
NotSupportedException
();
111
}
112
113
// Token: 0x06001F26 RID: 7974 RVA: 0x00051934 File Offset: 0x0004FB34
114
protected
override
void
PostDeserialize
()
115
{
116
throw
new
NotSupportedException
();
117
}
118
}
119
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Configuration.ConfigurationPropertyCollection
Definition
ConfigurationPropertyCollection.cs:9
System.Configuration.ConfigurationSection
Definition
ConfigurationSection.cs:8
System.Net.Configuration.FtpCachePolicyElement
Definition
FtpCachePolicyElement.cs:10
System.Net.Configuration.HttpCachePolicyElement
Definition
HttpCachePolicyElement.cs:10
System.Net.Configuration.RequestCachingSection.IsPrivateCache
bool IsPrivateCache
Definition
RequestCachingSection.cs:71
System.Net.Configuration.RequestCachingSection.DeserializeElement
override void DeserializeElement(XmlReader reader, bool serializeCollectionKey)
Definition
RequestCachingSection.cs:108
System.Net.Configuration.RequestCachingSection.DefaultPolicyLevel
global::System.Net.Cache.RequestCacheLevel DefaultPolicyLevel
Definition
RequestCachingSection.cs:41
System.Net.Configuration.RequestCachingSection.Properties
override ConfigurationPropertyCollection Properties
Definition
RequestCachingSection.cs:85
System.Net.Configuration.RequestCachingSection.DisableAllCaching
bool DisableAllCaching
Definition
RequestCachingSection.cs:56
System.Net.Configuration.RequestCachingSection.DefaultHttpCachePolicy
HttpCachePolicyElement DefaultHttpCachePolicy
Definition
RequestCachingSection.cs:30
System.Net.Configuration.RequestCachingSection.PostDeserialize
override void PostDeserialize()
Definition
RequestCachingSection.cs:114
System.Net.Configuration.RequestCachingSection.DefaultFtpCachePolicy
FtpCachePolicyElement DefaultFtpCachePolicy
Definition
RequestCachingSection.cs:20
System.Net.Configuration.RequestCachingSection.RequestCachingSection
RequestCachingSection()
Definition
RequestCachingSection.cs:12
System.Net.Configuration.RequestCachingSection.UnspecifiedMaximumAge
TimeSpan UnspecifiedMaximumAge
Definition
RequestCachingSection.cs:96
System.Net.Configuration.RequestCachingSection
Definition
RequestCachingSection.cs:10
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Xml.XmlReader
Definition
XmlReader.cs:15
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System.Net.Cache
Definition
HttpRequestCacheLevel.cs:4
System.Net.Configuration
Definition
AuthenticationModuleElement.cs:5
System.Xml
Definition
ElementWriter.cs:4
System
Definition
__ComObject.cs:4
System.TimeSpan
Definition
TimeSpan.cs:10
source
System
Net
Configuration
RequestCachingSection.cs
Generated by
1.10.0