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
SmtpSection.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Configuration
;
3
using
System.Net.Mail
;
4
5
namespace
System.Net.Configuration
6
{
7
// Token: 0x02000476 RID: 1142
8
public
sealed
class
SmtpSection
:
ConfigurationSection
9
{
10
// Token: 0x06001EEF RID: 7919 RVA: 0x000514E8 File Offset: 0x0004F6E8
11
public
SmtpSection
()
12
{
13
throw
new
NotSupportedException
();
14
}
15
16
// Token: 0x17000715 RID: 1813
17
// (get) Token: 0x06001EF0 RID: 7920 RVA: 0x000514FC File Offset: 0x0004F6FC
18
// (set) Token: 0x06001EF1 RID: 7921 RVA: 0x00051510 File Offset: 0x0004F710
19
public
global::System.Net.Mail.SmtpDeliveryFormat
DeliveryFormat
20
{
21
get
22
{
23
throw
new
NotSupportedException
();
24
}
25
set
26
{
27
throw
new
NotSupportedException
();
28
}
29
}
30
31
// Token: 0x17000716 RID: 1814
32
// (get) Token: 0x06001EF2 RID: 7922 RVA: 0x00051524 File Offset: 0x0004F724
33
// (set) Token: 0x06001EF3 RID: 7923 RVA: 0x00051538 File Offset: 0x0004F738
34
public
global::System.Net.Mail.SmtpDeliveryMethod
DeliveryMethod
35
{
36
get
37
{
38
throw
new
NotSupportedException
();
39
}
40
set
41
{
42
throw
new
NotSupportedException
();
43
}
44
}
45
46
// Token: 0x17000717 RID: 1815
47
// (get) Token: 0x06001EF4 RID: 7924 RVA: 0x0005154C File Offset: 0x0004F74C
48
// (set) Token: 0x06001EF5 RID: 7925 RVA: 0x00051560 File Offset: 0x0004F760
49
public
string
From
50
{
51
get
52
{
53
throw
new
NotSupportedException
();
54
}
55
set
56
{
57
throw
new
NotSupportedException
();
58
}
59
}
60
61
// Token: 0x17000718 RID: 1816
62
// (get) Token: 0x06001EF6 RID: 7926 RVA: 0x00051574 File Offset: 0x0004F774
63
public
SmtpNetworkElement
Network
64
{
65
get
66
{
67
throw
new
NotSupportedException
();
68
}
69
}
70
71
// Token: 0x17000719 RID: 1817
72
// (get) Token: 0x06001EF7 RID: 7927 RVA: 0x00051588 File Offset: 0x0004F788
73
protected
override
ConfigurationPropertyCollection
Properties
74
{
75
get
76
{
77
throw
new
NotSupportedException
();
78
}
79
}
80
81
// Token: 0x1700071A RID: 1818
82
// (get) Token: 0x06001EF8 RID: 7928 RVA: 0x0005159C File Offset: 0x0004F79C
83
public
SmtpSpecifiedPickupDirectoryElement
SpecifiedPickupDirectory
84
{
85
get
86
{
87
throw
new
NotSupportedException
();
88
}
89
}
90
}
91
}
System.Configuration.ConfigurationPropertyCollection
Definition
ConfigurationPropertyCollection.cs:9
System.Configuration.ConfigurationSection
Definition
ConfigurationSection.cs:8
System.Net.Configuration.SmtpNetworkElement
Definition
SmtpNetworkElement.cs:8
System.Net.Configuration.SmtpSection.SmtpSection
SmtpSection()
Definition
SmtpSection.cs:11
System.Net.Configuration.SmtpSection.Network
SmtpNetworkElement Network
Definition
SmtpSection.cs:64
System.Net.Configuration.SmtpSection.SpecifiedPickupDirectory
SmtpSpecifiedPickupDirectoryElement SpecifiedPickupDirectory
Definition
SmtpSection.cs:84
System.Net.Configuration.SmtpSection.DeliveryMethod
global::System.Net.Mail.SmtpDeliveryMethod DeliveryMethod
Definition
SmtpSection.cs:35
System.Net.Configuration.SmtpSection.Properties
override ConfigurationPropertyCollection Properties
Definition
SmtpSection.cs:74
System.Net.Configuration.SmtpSection.From
string From
Definition
SmtpSection.cs:50
System.Net.Configuration.SmtpSection.DeliveryFormat
global::System.Net.Mail.SmtpDeliveryFormat DeliveryFormat
Definition
SmtpSection.cs:20
System.Net.Configuration.SmtpSection
Definition
SmtpSection.cs:9
System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement
Definition
SmtpSpecifiedPickupDirectoryElement.cs:8
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System.Net.Configuration
Definition
AuthenticationModuleElement.cs:5
System.Net.Mail
Definition
SmtpDeliveryFormat.cs:4
System
Definition
__ComObject.cs:4
source
System
Net
Configuration
SmtpSection.cs
Generated by
1.10.0