using System;
using System.Configuration;
using Cpp2IlInjected;
namespace System.Net.Configuration
{
/// Initializes a new instance of the class.
// Token: 0x020003A0 RID: 928
[Token(Token = "0x20003A0")]
public sealed class MailSettingsSectionGroup : ConfigurationSectionGroup
{
/// Initializes a new instance of the class.
// Token: 0x06001878 RID: 6264 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001878")]
[Address(RVA = "0x29E8BC0", Offset = "0x29E79C0", VA = "0x1829E8BC0")]
public MailSettingsSectionGroup()
{
}
/// Gets the SMTP settings for the local computer.
/// A object that contains configuration information for the local computer.
// 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;
}
}
}
}