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
SmtpSpecifiedPickupDirectoryElement.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Configuration
;
3
4
namespace
System.Net.Configuration
5
{
6
// Token: 0x02000478 RID: 1144
7
public
sealed
class
SmtpSpecifiedPickupDirectoryElement
:
ConfigurationElement
8
{
9
// Token: 0x06001F0C RID: 7948 RVA: 0x0005172C File Offset: 0x0004F92C
10
public
SmtpSpecifiedPickupDirectoryElement
()
11
{
12
throw
new
NotSupportedException
();
13
}
14
15
// Token: 0x17000724 RID: 1828
16
// (get) Token: 0x06001F0D RID: 7949 RVA: 0x00051740 File Offset: 0x0004F940
17
// (set) Token: 0x06001F0E RID: 7950 RVA: 0x00051754 File Offset: 0x0004F954
18
public
string
PickupDirectoryLocation
19
{
20
get
21
{
22
throw
new
NotSupportedException
();
23
}
24
set
25
{
26
throw
new
NotSupportedException
();
27
}
28
}
29
30
// Token: 0x17000725 RID: 1829
31
// (get) Token: 0x06001F0F RID: 7951 RVA: 0x00051768 File Offset: 0x0004F968
32
protected
override
ConfigurationPropertyCollection
Properties
33
{
34
get
35
{
36
throw
new
NotSupportedException
();
37
}
38
}
39
}
40
}
System.Configuration.ConfigurationElement
Definition
ConfigurationElement.cs:10
System.Configuration.ConfigurationPropertyCollection
Definition
ConfigurationPropertyCollection.cs:9
System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement.PickupDirectoryLocation
string PickupDirectoryLocation
Definition
SmtpSpecifiedPickupDirectoryElement.cs:19
System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement.Properties
override ConfigurationPropertyCollection Properties
Definition
SmtpSpecifiedPickupDirectoryElement.cs:33
System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement.SmtpSpecifiedPickupDirectoryElement
SmtpSpecifiedPickupDirectoryElement()
Definition
SmtpSpecifiedPickupDirectoryElement.cs:10
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
Definition
__ComObject.cs:4
source
System
Net
Configuration
SmtpSpecifiedPickupDirectoryElement.cs
Generated by
1.10.0