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
ServicePointManagerElement.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Configuration
;
3
using
System.Net.Security
;
4
5
namespace
System.Net.Configuration
6
{
7
// Token: 0x0200047D RID: 1149
8
public
sealed
class
ServicePointManagerElement
:
ConfigurationElement
9
{
10
// Token: 0x06001F36 RID: 7990 RVA: 0x00051A74 File Offset: 0x0004FC74
11
public
ServicePointManagerElement
()
12
{
13
throw
new
NotSupportedException
();
14
}
15
16
// Token: 0x17000740 RID: 1856
17
// (get) Token: 0x06001F37 RID: 7991 RVA: 0x00051A88 File Offset: 0x0004FC88
18
// (set) Token: 0x06001F38 RID: 7992 RVA: 0x00051A9C File Offset: 0x0004FC9C
19
public
bool
CheckCertificateName
20
{
21
get
22
{
23
throw
new
NotSupportedException
();
24
}
25
set
26
{
27
throw
new
NotSupportedException
();
28
}
29
}
30
31
// Token: 0x17000741 RID: 1857
32
// (get) Token: 0x06001F39 RID: 7993 RVA: 0x00051AB0 File Offset: 0x0004FCB0
33
// (set) Token: 0x06001F3A RID: 7994 RVA: 0x00051AC4 File Offset: 0x0004FCC4
34
public
bool
CheckCertificateRevocationList
35
{
36
get
37
{
38
throw
new
NotSupportedException
();
39
}
40
set
41
{
42
throw
new
NotSupportedException
();
43
}
44
}
45
46
// Token: 0x17000742 RID: 1858
47
// (get) Token: 0x06001F3B RID: 7995 RVA: 0x00051AD8 File Offset: 0x0004FCD8
48
// (set) Token: 0x06001F3C RID: 7996 RVA: 0x00051AEC File Offset: 0x0004FCEC
49
public
int
DnsRefreshTimeout
50
{
51
get
52
{
53
throw
new
NotSupportedException
();
54
}
55
set
56
{
57
throw
new
NotSupportedException
();
58
}
59
}
60
61
// Token: 0x17000743 RID: 1859
62
// (get) Token: 0x06001F3D RID: 7997 RVA: 0x00051B00 File Offset: 0x0004FD00
63
// (set) Token: 0x06001F3E RID: 7998 RVA: 0x00051B14 File Offset: 0x0004FD14
64
public
bool
EnableDnsRoundRobin
65
{
66
get
67
{
68
throw
new
NotSupportedException
();
69
}
70
set
71
{
72
throw
new
NotSupportedException
();
73
}
74
}
75
76
// Token: 0x17000744 RID: 1860
77
// (get) Token: 0x06001F3F RID: 7999 RVA: 0x00051B28 File Offset: 0x0004FD28
78
// (set) Token: 0x06001F40 RID: 8000 RVA: 0x00051B3C File Offset: 0x0004FD3C
79
public
global::System.Net.Security.EncryptionPolicy
EncryptionPolicy
80
{
81
get
82
{
83
throw
new
NotSupportedException
();
84
}
85
set
86
{
87
throw
new
NotSupportedException
();
88
}
89
}
90
91
// Token: 0x17000745 RID: 1861
92
// (get) Token: 0x06001F41 RID: 8001 RVA: 0x00051B50 File Offset: 0x0004FD50
93
// (set) Token: 0x06001F42 RID: 8002 RVA: 0x00051B64 File Offset: 0x0004FD64
94
public
bool
Expect100Continue
95
{
96
get
97
{
98
throw
new
NotSupportedException
();
99
}
100
set
101
{
102
throw
new
NotSupportedException
();
103
}
104
}
105
106
// Token: 0x17000746 RID: 1862
107
// (get) Token: 0x06001F43 RID: 8003 RVA: 0x00051B78 File Offset: 0x0004FD78
108
protected
override
ConfigurationPropertyCollection
Properties
109
{
110
get
111
{
112
throw
new
NotSupportedException
();
113
}
114
}
115
116
// Token: 0x17000747 RID: 1863
117
// (get) Token: 0x06001F44 RID: 8004 RVA: 0x00051B8C File Offset: 0x0004FD8C
118
// (set) Token: 0x06001F45 RID: 8005 RVA: 0x00051BA0 File Offset: 0x0004FDA0
119
public
bool
UseNagleAlgorithm
120
{
121
get
122
{
123
throw
new
NotSupportedException
();
124
}
125
set
126
{
127
throw
new
NotSupportedException
();
128
}
129
}
130
131
// Token: 0x06001F46 RID: 8006 RVA: 0x00051BB4 File Offset: 0x0004FDB4
132
protected
override
void
PostDeserialize
()
133
{
134
throw
new
NotSupportedException
();
135
}
136
}
137
}
System.Configuration.ConfigurationElement
Definition
ConfigurationElement.cs:10
System.Configuration.ConfigurationPropertyCollection
Definition
ConfigurationPropertyCollection.cs:9
System.Net.Configuration.ServicePointManagerElement.CheckCertificateRevocationList
bool CheckCertificateRevocationList
Definition
ServicePointManagerElement.cs:35
System.Net.Configuration.ServicePointManagerElement.CheckCertificateName
bool CheckCertificateName
Definition
ServicePointManagerElement.cs:20
System.Net.Configuration.ServicePointManagerElement.DnsRefreshTimeout
int DnsRefreshTimeout
Definition
ServicePointManagerElement.cs:50
System.Net.Configuration.ServicePointManagerElement.Properties
override ConfigurationPropertyCollection Properties
Definition
ServicePointManagerElement.cs:109
System.Net.Configuration.ServicePointManagerElement.UseNagleAlgorithm
bool UseNagleAlgorithm
Definition
ServicePointManagerElement.cs:120
System.Net.Configuration.ServicePointManagerElement.EnableDnsRoundRobin
bool EnableDnsRoundRobin
Definition
ServicePointManagerElement.cs:65
System.Net.Configuration.ServicePointManagerElement.Expect100Continue
bool Expect100Continue
Definition
ServicePointManagerElement.cs:95
System.Net.Configuration.ServicePointManagerElement.PostDeserialize
override void PostDeserialize()
Definition
ServicePointManagerElement.cs:132
System.Net.Configuration.ServicePointManagerElement.ServicePointManagerElement
ServicePointManagerElement()
Definition
ServicePointManagerElement.cs:11
System.Net.Configuration.ServicePointManagerElement
Definition
ServicePointManagerElement.cs:9
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System.Net.Configuration
Definition
AuthenticationModuleElement.cs:5
System.Net.Security.EncryptionPolicy
EncryptionPolicy
Definition
EncryptionPolicy.cs:7
System.Net.Security
Definition
AuthenticatedStream.cs:5
System
Definition
__ComObject.cs:4
source
System
Net
Configuration
ServicePointManagerElement.cs
Generated by
1.10.0