using System; using System.Configuration; using Cpp2IlInjected; namespace System.Net.Configuration { /// Initializes a new instance of the class. // Token: 0x0200039C RID: 924 [Token(Token = "0x200039C")] public sealed class MailSettingsSectionGroup : ConfigurationSectionGroup { /// Initializes a new instance of the class. // Token: 0x06001861 RID: 6241 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x6001861")] [Address(RVA = "0xDD62E0", Offset = "0xDD52E0", VA = "0x180DD62E0")] public MailSettingsSectionGroup() { } /// Gets the SMTP settings for the local computer. /// A object that contains configuration information for the local computer. // 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; } } } }