using System; using System.Configuration; using Cpp2IlInjected; namespace System.Net.Configuration { /// Represents the configuration section for Web proxy server usage. This class cannot be inherited. // Token: 0x02000390 RID: 912 [Token(Token = "0x2000390")] public sealed class DefaultProxySection : ConfigurationSection { /// Initializes a new instance of the class. // Token: 0x06001819 RID: 6169 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x6001819")] [Address(RVA = "0xDCEC70", Offset = "0xDCDC70", VA = "0x180DCEC70")] public DefaultProxySection() { } /// Gets the collection of resources that are not obtained using the Web proxy server. /// A that contains the addresses of resources that bypass the Web proxy server. // Token: 0x1700052A RID: 1322 // (get) Token: 0x0600181A RID: 6170 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x1700052A")] public BypassElementCollection BypassList { [Token(Token = "0x600181A")] [Address(RVA = "0xDCECA0", Offset = "0xDCDCA0", VA = "0x180DCECA0")] get { return null; } } /// Gets or sets whether a Web proxy is used. /// /// if a Web proxy will be used; otherwise, . // Token: 0x1700052B RID: 1323 // (get) Token: 0x0600181B RID: 6171 RVA: 0x0000A758 File Offset: 0x00008958 // (set) Token: 0x0600181C RID: 6172 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x1700052B")] public bool Enabled { [Token(Token = "0x600181B")] [Address(RVA = "0xDCECD0", Offset = "0xDCDCD0", VA = "0x180DCECD0")] get { return default(bool); } [Token(Token = "0x600181C")] [Address(RVA = "0xDCEDC0", Offset = "0xDCDDC0", VA = "0x180DCEDC0")] set { } } /// Gets the type information for a custom Web proxy implementation. /// The type information for a custom Web proxy implementation. // Token: 0x1700052C RID: 1324 // (get) Token: 0x0600181D RID: 6173 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x1700052C")] public ModuleElement Module { [Token(Token = "0x600181D")] [Address(RVA = "0xDCED00", Offset = "0xDCDD00", VA = "0x180DCED00")] get { return null; } } // Token: 0x1700052D RID: 1325 // (get) Token: 0x0600181E RID: 6174 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x1700052D")] protected override ConfigurationPropertyCollection Properties { [Token(Token = "0x600181E")] [Address(RVA = "0xDCED30", Offset = "0xDCDD30", VA = "0x180DCED30", Slot = "4")] get { return null; } } /// Gets the URI that identifies the Web proxy server to use. /// The URI that identifies the Web proxy server. // Token: 0x1700052E RID: 1326 // (get) Token: 0x0600181F RID: 6175 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x1700052E")] public ProxyElement Proxy { [Token(Token = "0x600181F")] [Address(RVA = "0xDCED60", Offset = "0xDCDD60", VA = "0x180DCED60")] get { return null; } } /// Gets or sets whether default credentials are to be used to access a Web proxy server. /// /// if default credentials are to be used; otherwise, . // Token: 0x1700052F RID: 1327 // (get) Token: 0x06001820 RID: 6176 RVA: 0x0000A770 File Offset: 0x00008970 // (set) Token: 0x06001821 RID: 6177 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x1700052F")] public bool UseDefaultCredentials { [Token(Token = "0x6001820")] [Address(RVA = "0xDCED90", Offset = "0xDCDD90", VA = "0x180DCED90")] get { return default(bool); } [Token(Token = "0x6001821")] [Address(RVA = "0xDCEDF0", Offset = "0xDCDDF0", VA = "0x180DCEDF0")] set { } } // Token: 0x06001822 RID: 6178 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x6001822")] [Address(RVA = "0xDCEC10", Offset = "0xDCDC10", VA = "0x180DCEC10", Slot = "8")] protected override void PostDeserialize() { } // Token: 0x06001823 RID: 6179 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x6001823")] [Address(RVA = "0xDCEC40", Offset = "0xDCDC40", VA = "0x180DCEC40", Slot = "9")] protected override void Reset(ConfigurationElement parentElement) { } } }