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
SmtpNetworkElement.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Configuration
;
3
4
namespace
System.Net.Configuration
5
{
6
// Token: 0x02000477 RID: 1143
7
public
sealed
class
SmtpNetworkElement
:
ConfigurationElement
8
{
9
// Token: 0x06001EF9 RID: 7929 RVA: 0x000515B0 File Offset: 0x0004F7B0
10
public
SmtpNetworkElement
()
11
{
12
throw
new
NotSupportedException
();
13
}
14
15
// Token: 0x1700071B RID: 1819
16
// (get) Token: 0x06001EFA RID: 7930 RVA: 0x000515C4 File Offset: 0x0004F7C4
17
// (set) Token: 0x06001EFB RID: 7931 RVA: 0x000515D8 File Offset: 0x0004F7D8
18
public
string
ClientDomain
19
{
20
get
21
{
22
throw
new
NotSupportedException
();
23
}
24
set
25
{
26
throw
new
NotSupportedException
();
27
}
28
}
29
30
// Token: 0x1700071C RID: 1820
31
// (get) Token: 0x06001EFC RID: 7932 RVA: 0x000515EC File Offset: 0x0004F7EC
32
// (set) Token: 0x06001EFD RID: 7933 RVA: 0x00051600 File Offset: 0x0004F800
33
public
bool
DefaultCredentials
34
{
35
get
36
{
37
throw
new
NotSupportedException
();
38
}
39
set
40
{
41
throw
new
NotSupportedException
();
42
}
43
}
44
45
// Token: 0x1700071D RID: 1821
46
// (get) Token: 0x06001EFE RID: 7934 RVA: 0x00051614 File Offset: 0x0004F814
47
// (set) Token: 0x06001EFF RID: 7935 RVA: 0x00051628 File Offset: 0x0004F828
48
public
bool
EnableSsl
49
{
50
get
51
{
52
throw
new
NotSupportedException
();
53
}
54
set
55
{
56
throw
new
NotSupportedException
();
57
}
58
}
59
60
// Token: 0x1700071E RID: 1822
61
// (get) Token: 0x06001F00 RID: 7936 RVA: 0x0005163C File Offset: 0x0004F83C
62
// (set) Token: 0x06001F01 RID: 7937 RVA: 0x00051650 File Offset: 0x0004F850
63
public
string
Host
64
{
65
get
66
{
67
throw
new
NotSupportedException
();
68
}
69
set
70
{
71
throw
new
NotSupportedException
();
72
}
73
}
74
75
// Token: 0x1700071F RID: 1823
76
// (get) Token: 0x06001F02 RID: 7938 RVA: 0x00051664 File Offset: 0x0004F864
77
// (set) Token: 0x06001F03 RID: 7939 RVA: 0x00051678 File Offset: 0x0004F878
78
public
string
Password
79
{
80
get
81
{
82
throw
new
NotSupportedException
();
83
}
84
set
85
{
86
throw
new
NotSupportedException
();
87
}
88
}
89
90
// Token: 0x17000720 RID: 1824
91
// (get) Token: 0x06001F04 RID: 7940 RVA: 0x0005168C File Offset: 0x0004F88C
92
// (set) Token: 0x06001F05 RID: 7941 RVA: 0x000516A0 File Offset: 0x0004F8A0
93
public
int
Port
94
{
95
get
96
{
97
throw
new
NotSupportedException
();
98
}
99
set
100
{
101
throw
new
NotSupportedException
();
102
}
103
}
104
105
// Token: 0x17000721 RID: 1825
106
// (get) Token: 0x06001F06 RID: 7942 RVA: 0x000516B4 File Offset: 0x0004F8B4
107
protected
override
ConfigurationPropertyCollection
Properties
108
{
109
get
110
{
111
throw
new
NotSupportedException
();
112
}
113
}
114
115
// Token: 0x17000722 RID: 1826
116
// (get) Token: 0x06001F07 RID: 7943 RVA: 0x000516C8 File Offset: 0x0004F8C8
117
// (set) Token: 0x06001F08 RID: 7944 RVA: 0x000516DC File Offset: 0x0004F8DC
118
public
string
TargetName
119
{
120
get
121
{
122
throw
new
NotSupportedException
();
123
}
124
set
125
{
126
throw
new
NotSupportedException
();
127
}
128
}
129
130
// Token: 0x17000723 RID: 1827
131
// (get) Token: 0x06001F09 RID: 7945 RVA: 0x000516F0 File Offset: 0x0004F8F0
132
// (set) Token: 0x06001F0A RID: 7946 RVA: 0x00051704 File Offset: 0x0004F904
133
public
string
UserName
134
{
135
get
136
{
137
throw
new
NotSupportedException
();
138
}
139
set
140
{
141
throw
new
NotSupportedException
();
142
}
143
}
144
145
// Token: 0x06001F0B RID: 7947 RVA: 0x00051718 File Offset: 0x0004F918
146
protected
override
void
PostDeserialize
()
147
{
148
throw
new
NotSupportedException
();
149
}
150
}
151
}
System.Configuration.ConfigurationElement
Definition
ConfigurationElement.cs:10
System.Configuration.ConfigurationPropertyCollection
Definition
ConfigurationPropertyCollection.cs:9
System.Net.Configuration.SmtpNetworkElement.EnableSsl
bool EnableSsl
Definition
SmtpNetworkElement.cs:49
System.Net.Configuration.SmtpNetworkElement.PostDeserialize
override void PostDeserialize()
Definition
SmtpNetworkElement.cs:146
System.Net.Configuration.SmtpNetworkElement.Password
string Password
Definition
SmtpNetworkElement.cs:79
System.Net.Configuration.SmtpNetworkElement.TargetName
string TargetName
Definition
SmtpNetworkElement.cs:119
System.Net.Configuration.SmtpNetworkElement.Port
int Port
Definition
SmtpNetworkElement.cs:94
System.Net.Configuration.SmtpNetworkElement.SmtpNetworkElement
SmtpNetworkElement()
Definition
SmtpNetworkElement.cs:10
System.Net.Configuration.SmtpNetworkElement.UserName
string UserName
Definition
SmtpNetworkElement.cs:134
System.Net.Configuration.SmtpNetworkElement.Properties
override ConfigurationPropertyCollection Properties
Definition
SmtpNetworkElement.cs:108
System.Net.Configuration.SmtpNetworkElement.DefaultCredentials
bool DefaultCredentials
Definition
SmtpNetworkElement.cs:34
System.Net.Configuration.SmtpNetworkElement.ClientDomain
string ClientDomain
Definition
SmtpNetworkElement.cs:19
System.Net.Configuration.SmtpNetworkElement.Host
string Host
Definition
SmtpNetworkElement.cs:64
System.Net.Configuration.SmtpNetworkElement
Definition
SmtpNetworkElement.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
SmtpNetworkElement.cs
Generated by
1.10.0