using System; using System.Configuration; using Cpp2IlInjected; namespace System.Net.Configuration { /// Gets the section group information for the networking namespaces. This class cannot be inherited. // Token: 0x020003A4 RID: 932 [Token(Token = "0x20003A4")] public sealed class NetSectionGroup : ConfigurationSectionGroup { /// Initializes a new instance of the class. // Token: 0x0600189B RID: 6299 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x600189B")] [Address(RVA = "0x29E8D10", Offset = "0x29E7B10", VA = "0x1829E8D10")] public NetSectionGroup() { } /// Gets the configuration section containing the authentication modules registered for the local computer. /// A object. // Token: 0x17000566 RID: 1382 // (get) Token: 0x0600189C RID: 6300 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x17000566")] public AuthenticationModulesSection AuthenticationModules { [Token(Token = "0x600189C")] [Address(RVA = "0x29E8D40", Offset = "0x29E7B40", VA = "0x1829E8D40")] get { return null; } } /// Gets the configuration section containing the connection management settings for the local computer. /// A object. // Token: 0x17000567 RID: 1383 // (get) Token: 0x0600189D RID: 6301 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x17000567")] public ConnectionManagementSection ConnectionManagement { [Token(Token = "0x600189D")] [Address(RVA = "0x29E8D70", Offset = "0x29E7B70", VA = "0x1829E8D70")] get { return null; } } /// Gets the configuration section containing the default Web proxy server settings for the local computer. /// A object. // Token: 0x17000568 RID: 1384 // (get) Token: 0x0600189E RID: 6302 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x17000568")] public DefaultProxySection DefaultProxy { [Token(Token = "0x600189E")] [Address(RVA = "0x29E8DA0", Offset = "0x29E7BA0", VA = "0x1829E8DA0")] get { return null; } } /// Gets the configuration section containing the SMTP client email settings for the local computer. /// A object. // Token: 0x17000569 RID: 1385 // (get) Token: 0x0600189F RID: 6303 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x17000569")] public MailSettingsSectionGroup MailSettings { [Token(Token = "0x600189F")] [Address(RVA = "0x29E8DD0", Offset = "0x29E7BD0", VA = "0x1829E8DD0")] get { return null; } } /// Gets the configuration section containing the cache configuration settings for the local computer. /// A object. // Token: 0x1700056A RID: 1386 // (get) Token: 0x060018A0 RID: 6304 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x1700056A")] public RequestCachingSection RequestCaching { [Token(Token = "0x60018A0")] [Address(RVA = "0x29E8E00", Offset = "0x29E7C00", VA = "0x1829E8E00")] get { return null; } } /// Gets the configuration section containing the network settings for the local computer. /// A object. // Token: 0x1700056B RID: 1387 // (get) Token: 0x060018A1 RID: 6305 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x1700056B")] public SettingsSection Settings { [Token(Token = "0x60018A1")] [Address(RVA = "0x29E8E30", Offset = "0x29E7C30", VA = "0x1829E8E30")] get { return null; } } /// Gets the configuration section containing the modules registered for use with the class. /// A object. // Token: 0x1700056C RID: 1388 // (get) Token: 0x060018A2 RID: 6306 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x1700056C")] public WebRequestModulesSection WebRequestModules { [Token(Token = "0x60018A2")] [Address(RVA = "0x29E8E60", Offset = "0x29E7C60", VA = "0x1829E8E60")] get { return null; } } /// Gets the configuration section group from the specified configuration file. /// A that represents a configuration file. /// A that represents the settings in . // Token: 0x060018A3 RID: 6307 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x60018A3")] [Address(RVA = "0x29E8CE0", Offset = "0x29E7AE0", VA = "0x1829E8CE0")] public static NetSectionGroup GetSectionGroup(Configuration config) { return null; } } }