using System; using Cpp2IlInjected; namespace System.Net { /// Contains a global default proxy instance for all HTTP requests. // Token: 0x02000224 RID: 548 [Token(Token = "0x2000224")] [Obsolete] public class GlobalProxySelection { /// Gets or sets the global HTTP proxy. /// An that every call to uses. /// The value specified for a set operation was . /// The caller does not have permission for the requested operation. // Token: 0x17000291 RID: 657 // (get) Token: 0x06000DE7 RID: 3559 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x17000291")] public static IWebProxy Select { [Token(Token = "0x6000DE7")] [Address(RVA = "0x270D6B0", Offset = "0x270C4B0", VA = "0x18270D6B0")] get { return null; } } /// Returns an empty proxy instance. /// An that contains no information. // Token: 0x06000DE8 RID: 3560 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6000DE8")] [Address(RVA = "0x270D660", Offset = "0x270C460", VA = "0x18270D660")] public static IWebProxy GetEmptyWebProxy() { return null; } } }