137 lines
4.6 KiB
C#
137 lines
4.6 KiB
C#
using System;
|
|
using System.Configuration;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Net.Configuration
|
|
{
|
|
/// <summary>Represents the configuration section for Web proxy server usage. This class cannot be inherited.</summary>
|
|
// Token: 0x02000394 RID: 916
|
|
[Token(Token = "0x2000394")]
|
|
public sealed class DefaultProxySection : ConfigurationSection
|
|
{
|
|
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.DefaultProxySection" /> class.</summary>
|
|
// Token: 0x06001830 RID: 6192 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x6001830")]
|
|
[Address(RVA = "0x29E1550", Offset = "0x29E0350", VA = "0x1829E1550")]
|
|
public DefaultProxySection()
|
|
{
|
|
}
|
|
|
|
/// <summary>Gets the collection of resources that are not obtained using the Web proxy server.</summary>
|
|
/// <returns>A <see cref="T:System.Net.Configuration.BypassElementCollection" /> that contains the addresses of resources that bypass the Web proxy server.</returns>
|
|
// Token: 0x1700052E RID: 1326
|
|
// (get) Token: 0x06001831 RID: 6193 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x1700052E")]
|
|
public BypassElementCollection BypassList
|
|
{
|
|
[Token(Token = "0x6001831")]
|
|
[Address(RVA = "0x29E1580", Offset = "0x29E0380", VA = "0x1829E1580")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
|
|
/// <summary>Gets or sets whether a Web proxy is used.</summary>
|
|
/// <returns>
|
|
/// <see langword="true" /> if a Web proxy will be used; otherwise, <see langword="false" />.</returns>
|
|
// Token: 0x1700052F RID: 1327
|
|
// (get) Token: 0x06001832 RID: 6194 RVA: 0x0000A770 File Offset: 0x00008970
|
|
// (set) Token: 0x06001833 RID: 6195 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x1700052F")]
|
|
public bool Enabled
|
|
{
|
|
[Token(Token = "0x6001832")]
|
|
[Address(RVA = "0x29E15B0", Offset = "0x29E03B0", VA = "0x1829E15B0")]
|
|
get
|
|
{
|
|
return default(bool);
|
|
}
|
|
[Token(Token = "0x6001833")]
|
|
[Address(RVA = "0x29E16A0", Offset = "0x29E04A0", VA = "0x1829E16A0")]
|
|
set
|
|
{
|
|
}
|
|
}
|
|
|
|
/// <summary>Gets the type information for a custom Web proxy implementation.</summary>
|
|
/// <returns>The type information for a custom Web proxy implementation.</returns>
|
|
// Token: 0x17000530 RID: 1328
|
|
// (get) Token: 0x06001834 RID: 6196 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x17000530")]
|
|
public ModuleElement Module
|
|
{
|
|
[Token(Token = "0x6001834")]
|
|
[Address(RVA = "0x29E15E0", Offset = "0x29E03E0", VA = "0x1829E15E0")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17000531 RID: 1329
|
|
// (get) Token: 0x06001835 RID: 6197 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x17000531")]
|
|
protected override ConfigurationPropertyCollection Properties
|
|
{
|
|
[Token(Token = "0x6001835")]
|
|
[Address(RVA = "0x29E1610", Offset = "0x29E0410", VA = "0x1829E1610", Slot = "4")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
|
|
/// <summary>Gets the URI that identifies the Web proxy server to use.</summary>
|
|
/// <returns>The URI that identifies the Web proxy server.</returns>
|
|
// Token: 0x17000532 RID: 1330
|
|
// (get) Token: 0x06001836 RID: 6198 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x17000532")]
|
|
public ProxyElement Proxy
|
|
{
|
|
[Token(Token = "0x6001836")]
|
|
[Address(RVA = "0x29E1640", Offset = "0x29E0440", VA = "0x1829E1640")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
|
|
/// <summary>Gets or sets whether default credentials are to be used to access a Web proxy server.</summary>
|
|
/// <returns>
|
|
/// <see langword="true" /> if default credentials are to be used; otherwise, <see langword="false" />.</returns>
|
|
// Token: 0x17000533 RID: 1331
|
|
// (get) Token: 0x06001837 RID: 6199 RVA: 0x0000A788 File Offset: 0x00008988
|
|
// (set) Token: 0x06001838 RID: 6200 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x17000533")]
|
|
public bool UseDefaultCredentials
|
|
{
|
|
[Token(Token = "0x6001837")]
|
|
[Address(RVA = "0x29E1670", Offset = "0x29E0470", VA = "0x1829E1670")]
|
|
get
|
|
{
|
|
return default(bool);
|
|
}
|
|
[Token(Token = "0x6001838")]
|
|
[Address(RVA = "0x29E16D0", Offset = "0x29E04D0", VA = "0x1829E16D0")]
|
|
set
|
|
{
|
|
}
|
|
}
|
|
|
|
// Token: 0x06001839 RID: 6201 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x6001839")]
|
|
[Address(RVA = "0x29E14F0", Offset = "0x29E02F0", VA = "0x1829E14F0", Slot = "8")]
|
|
protected override void PostDeserialize()
|
|
{
|
|
}
|
|
|
|
// Token: 0x0600183A RID: 6202 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x600183A")]
|
|
[Address(RVA = "0x29E1520", Offset = "0x29E0320", VA = "0x1829E1520", Slot = "9")]
|
|
protected override void Reset(ConfigurationElement parentElement)
|
|
{
|
|
}
|
|
}
|
|
}
|