36 lines
1.2 KiB
C#
36 lines
1.2 KiB
C#
using System;
|
|
using System.Configuration;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Net.Configuration
|
|
{
|
|
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.MailSettingsSectionGroup" /> class.</summary>
|
|
// Token: 0x0200039C RID: 924
|
|
[Token(Token = "0x200039C")]
|
|
public sealed class MailSettingsSectionGroup : ConfigurationSectionGroup
|
|
{
|
|
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.MailSettingsSectionGroup" /> class.</summary>
|
|
// Token: 0x06001861 RID: 6241 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x6001861")]
|
|
[Address(RVA = "0xDD62E0", Offset = "0xDD52E0", VA = "0x180DD62E0")]
|
|
public MailSettingsSectionGroup()
|
|
{
|
|
}
|
|
|
|
/// <summary>Gets the SMTP settings for the local computer.</summary>
|
|
/// <returns>A <see cref="T:System.Net.Configuration.SmtpSection" /> object that contains configuration information for the local computer.</returns>
|
|
// Token: 0x17000550 RID: 1360
|
|
// (get) Token: 0x06001862 RID: 6242 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x17000550")]
|
|
public SmtpSection Smtp
|
|
{
|
|
[Token(Token = "0x6001862")]
|
|
[Address(RVA = "0xDD6310", Offset = "0xDD5310", VA = "0x180DD6310")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
}
|
|
}
|