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: 0x020003A0 RID: 928
|
|
[Token(Token = "0x20003A0")]
|
|
public sealed class MailSettingsSectionGroup : ConfigurationSectionGroup
|
|
{
|
|
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.MailSettingsSectionGroup" /> class.</summary>
|
|
// Token: 0x06001878 RID: 6264 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x6001878")]
|
|
[Address(RVA = "0x29E8BC0", Offset = "0x29E79C0", VA = "0x1829E8BC0")]
|
|
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: 0x17000554 RID: 1364
|
|
// (get) Token: 0x06001879 RID: 6265 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x17000554")]
|
|
public SmtpSection Smtp
|
|
{
|
|
[Token(Token = "0x6001879")]
|
|
[Address(RVA = "0x29E8BF0", Offset = "0x29E79F0", VA = "0x1829E8BF0")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
}
|
|
}
|