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
HttpCachePolicyElement.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: 0x02000470 RID: 1136
9
public
sealed
class
HttpCachePolicyElement
:
ConfigurationElement
10
{
11
// Token: 0x06001EC6 RID: 7878 RVA: 0x000511B4 File Offset: 0x0004F3B4
12
public
HttpCachePolicyElement
()
13
{
14
throw
new
NotSupportedException
();
15
}
16
17
// Token: 0x170006FE RID: 1790
18
// (get) Token: 0x06001EC7 RID: 7879 RVA: 0x000511C8 File Offset: 0x0004F3C8
19
// (set) Token: 0x06001EC8 RID: 7880 RVA: 0x000511DC File Offset: 0x0004F3DC
20
public
TimeSpan
MaximumAge
21
{
22
get
23
{
24
throw
new
NotSupportedException
();
25
}
26
set
27
{
28
throw
new
NotSupportedException
();
29
}
30
}
31
32
// Token: 0x170006FF RID: 1791
33
// (get) Token: 0x06001EC9 RID: 7881 RVA: 0x000511F0 File Offset: 0x0004F3F0
34
// (set) Token: 0x06001ECA RID: 7882 RVA: 0x00051204 File Offset: 0x0004F404
35
public
TimeSpan
MaximumStale
36
{
37
get
38
{
39
throw
new
NotSupportedException
();
40
}
41
set
42
{
43
throw
new
NotSupportedException
();
44
}
45
}
46
47
// Token: 0x17000700 RID: 1792
48
// (get) Token: 0x06001ECB RID: 7883 RVA: 0x00051218 File Offset: 0x0004F418
49
// (set) Token: 0x06001ECC RID: 7884 RVA: 0x0005122C File Offset: 0x0004F42C
50
public
TimeSpan
MinimumFresh
51
{
52
get
53
{
54
throw
new
NotSupportedException
();
55
}
56
set
57
{
58
throw
new
NotSupportedException
();
59
}
60
}
61
62
// Token: 0x17000701 RID: 1793
63
// (get) Token: 0x06001ECD RID: 7885 RVA: 0x00051240 File Offset: 0x0004F440
64
// (set) Token: 0x06001ECE RID: 7886 RVA: 0x00051254 File Offset: 0x0004F454
65
public
global::System.Net.Cache.HttpRequestCacheLevel
PolicyLevel
66
{
67
get
68
{
69
throw
new
NotSupportedException
();
70
}
71
set
72
{
73
throw
new
NotSupportedException
();
74
}
75
}
76
77
// Token: 0x17000702 RID: 1794
78
// (get) Token: 0x06001ECF RID: 7887 RVA: 0x00051268 File Offset: 0x0004F468
79
protected
override
ConfigurationPropertyCollection
Properties
80
{
81
get
82
{
83
throw
new
NotSupportedException
();
84
}
85
}
86
87
// Token: 0x06001ED0 RID: 7888 RVA: 0x0005127C File Offset: 0x0004F47C
88
protected
override
void
DeserializeElement
(
XmlReader
reader,
bool
serializeCollectionKey
)
89
{
90
throw
new
NotSupportedException
();
91
}
92
93
// Token: 0x06001ED1 RID: 7889 RVA: 0x00051290 File Offset: 0x0004F490
94
protected
override
void
Reset
(
ConfigurationElement
parentElement
)
95
{
96
throw
new
NotSupportedException
();
97
}
98
}
99
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Configuration.ConfigurationElement
Definition
ConfigurationElement.cs:10
System.Configuration.ConfigurationPropertyCollection
Definition
ConfigurationPropertyCollection.cs:9
System.Net.Configuration.HttpCachePolicyElement.DeserializeElement
override void DeserializeElement(XmlReader reader, bool serializeCollectionKey)
Definition
HttpCachePolicyElement.cs:88
System.Net.Configuration.HttpCachePolicyElement.MaximumStale
TimeSpan MaximumStale
Definition
HttpCachePolicyElement.cs:36
System.Net.Configuration.HttpCachePolicyElement.MaximumAge
TimeSpan MaximumAge
Definition
HttpCachePolicyElement.cs:21
System.Net.Configuration.HttpCachePolicyElement.PolicyLevel
global::System.Net.Cache.HttpRequestCacheLevel PolicyLevel
Definition
HttpCachePolicyElement.cs:66
System.Net.Configuration.HttpCachePolicyElement.Properties
override ConfigurationPropertyCollection Properties
Definition
HttpCachePolicyElement.cs:80
System.Net.Configuration.HttpCachePolicyElement.HttpCachePolicyElement
HttpCachePolicyElement()
Definition
HttpCachePolicyElement.cs:12
System.Net.Configuration.HttpCachePolicyElement.Reset
override void Reset(ConfigurationElement parentElement)
Definition
HttpCachePolicyElement.cs:94
System.Net.Configuration.HttpCachePolicyElement.MinimumFresh
TimeSpan MinimumFresh
Definition
HttpCachePolicyElement.cs:51
System.Net.Configuration.HttpCachePolicyElement
Definition
HttpCachePolicyElement.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
HttpCachePolicyElement.cs
Generated by
1.10.0