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.
1using System;
4
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
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
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
90 }
91}
SmtpSpecifiedPickupDirectoryElement SpecifiedPickupDirectory
global::System.Net.Mail.SmtpDeliveryMethod DeliveryMethod
override ConfigurationPropertyCollection Properties
global::System.Net.Mail.SmtpDeliveryFormat DeliveryFormat