using System; using System.Configuration; using Cpp2IlInjected; namespace System.Net.Configuration { /// Represents the configuration section for sockets, IPv6, response headers, and service points. This class cannot be inherited. // Token: 0x020003A6 RID: 934 [Token(Token = "0x20003A6")] public sealed class SettingsSection : ConfigurationSection { /// Initializes a new instance of the class. // Token: 0x060018B2 RID: 6322 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x60018B2")] [Address(RVA = "0x29EA550", Offset = "0x29E9350", VA = "0x1829EA550")] public SettingsSection() { } /// Gets the configuration element that controls the settings used by an object. /// An object. /// The configuration element that controls the settings used by an object. // Token: 0x17000574 RID: 1396 // (get) Token: 0x060018B3 RID: 6323 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x17000574")] public HttpListenerElement HttpListener { [Token(Token = "0x60018B3")] [Address(RVA = "0x29EA580", Offset = "0x29E9380", VA = "0x1829EA580")] get { return null; } } /// Gets the configuration element that controls the settings used by an object. /// The configuration element that controls the maximum response header length and other settings used by an object. // Token: 0x17000575 RID: 1397 // (get) Token: 0x060018B4 RID: 6324 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x17000575")] public HttpWebRequestElement HttpWebRequest { [Token(Token = "0x60018B4")] [Address(RVA = "0x29EA5B0", Offset = "0x29E93B0", VA = "0x1829EA5B0")] get { return null; } } /// Gets the configuration element that enables Internet Protocol version 6 (IPv6). /// The configuration element that controls the setting used by IPv6. // Token: 0x17000576 RID: 1398 // (get) Token: 0x060018B5 RID: 6325 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x17000576")] public Ipv6Element Ipv6 { [Token(Token = "0x60018B5")] [Address(RVA = "0x29EA5E0", Offset = "0x29E93E0", VA = "0x1829EA5E0")] get { return null; } } /// Gets the configuration element that controls whether network performance counters are enabled. /// The configuration element that controls usage of network performance counters. // Token: 0x17000577 RID: 1399 // (get) Token: 0x060018B6 RID: 6326 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x17000577")] public PerformanceCountersElement PerformanceCounters { [Token(Token = "0x60018B6")] [Address(RVA = "0x29EA610", Offset = "0x29E9410", VA = "0x1829EA610")] get { return null; } } // Token: 0x17000578 RID: 1400 // (get) Token: 0x060018B7 RID: 6327 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x17000578")] protected override ConfigurationPropertyCollection Properties { [Token(Token = "0x60018B7")] [Address(RVA = "0x29EA640", Offset = "0x29E9440", VA = "0x1829EA640", Slot = "4")] get { return null; } } /// Gets the configuration element that controls settings for connections to remote host computers. /// The configuration element that controls settings for connections to remote host computers. // Token: 0x17000579 RID: 1401 // (get) Token: 0x060018B8 RID: 6328 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x17000579")] public ServicePointManagerElement ServicePointManager { [Token(Token = "0x60018B8")] [Address(RVA = "0x29EA670", Offset = "0x29E9470", VA = "0x1829EA670")] get { return null; } } /// Gets the configuration element that controls settings for sockets. /// The configuration element that controls settings for sockets. // Token: 0x1700057A RID: 1402 // (get) Token: 0x060018B9 RID: 6329 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x1700057A")] public SocketElement Socket { [Token(Token = "0x60018B9")] [Address(RVA = "0x29EA6A0", Offset = "0x29E94A0", VA = "0x1829EA6A0")] get { return null; } } /// Gets the configuration element that controls the execution timeout and download timeout of Web proxy scripts. /// The configuration element that controls settings for the execution timeout and download timeout used by the Web proxy scripts. // Token: 0x1700057B RID: 1403 // (get) Token: 0x060018BA RID: 6330 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x1700057B")] public WebProxyScriptElement WebProxyScript { [Token(Token = "0x60018BA")] [Address(RVA = "0x29EA6D0", Offset = "0x29E94D0", VA = "0x1829EA6D0")] get { return null; } } /// Gets the configuration element that controls the settings used by an object. /// The configuration element that controls the settings used by a object. // Token: 0x1700057C RID: 1404 // (get) Token: 0x060018BB RID: 6331 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x1700057C")] public WebUtilityElement WebUtility { [Token(Token = "0x60018BB")] [Address(RVA = "0x29EA700", Offset = "0x29E9500", VA = "0x1829EA700")] get { return null; } } } }