155 lines
5.7 KiB
C#
155 lines
5.7 KiB
C#
using System;
|
|
using System.Configuration;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Net.Configuration
|
|
{
|
|
/// <summary>Represents the configuration section for sockets, IPv6, response headers, and service points. This class cannot be inherited.</summary>
|
|
// Token: 0x020003A6 RID: 934
|
|
[Token(Token = "0x20003A6")]
|
|
public sealed class SettingsSection : ConfigurationSection
|
|
{
|
|
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.ConnectionManagementSection" /> class.</summary>
|
|
// Token: 0x060018B2 RID: 6322 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x60018B2")]
|
|
[Address(RVA = "0x29EA550", Offset = "0x29E9350", VA = "0x1829EA550")]
|
|
public SettingsSection()
|
|
{
|
|
}
|
|
|
|
/// <summary>Gets the configuration element that controls the settings used by an <see cref="T:System.Net.HttpListener" /> object.</summary>
|
|
/// <returns>An <see cref="T:System.Net.Configuration.HttpListenerElement" /> object.
|
|
/// The configuration element that controls the settings used by an <see cref="T:System.Net.HttpListener" /> object.</returns>
|
|
// 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;
|
|
}
|
|
}
|
|
|
|
/// <summary>Gets the configuration element that controls the settings used by an <see cref="T:System.Net.HttpWebRequest" /> object.</summary>
|
|
/// <returns>The configuration element that controls the maximum response header length and other settings used by an <see cref="T:System.Net.HttpWebRequest" /> object.</returns>
|
|
// 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;
|
|
}
|
|
}
|
|
|
|
/// <summary>Gets the configuration element that enables Internet Protocol version 6 (IPv6).</summary>
|
|
/// <returns>The configuration element that controls the setting used by IPv6.</returns>
|
|
// 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;
|
|
}
|
|
}
|
|
|
|
/// <summary>Gets the configuration element that controls whether network performance counters are enabled.</summary>
|
|
/// <returns>The configuration element that controls usage of network performance counters.</returns>
|
|
// 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;
|
|
}
|
|
}
|
|
|
|
/// <summary>Gets the configuration element that controls settings for connections to remote host computers.</summary>
|
|
/// <returns>The configuration element that controls settings for connections to remote host computers.</returns>
|
|
// 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;
|
|
}
|
|
}
|
|
|
|
/// <summary>Gets the configuration element that controls settings for sockets.</summary>
|
|
/// <returns>The configuration element that controls settings for sockets.</returns>
|
|
// 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;
|
|
}
|
|
}
|
|
|
|
/// <summary>Gets the configuration element that controls the execution timeout and download timeout of Web proxy scripts.</summary>
|
|
/// <returns>The configuration element that controls settings for the execution timeout and download timeout used by the Web proxy scripts.</returns>
|
|
// 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;
|
|
}
|
|
}
|
|
|
|
/// <summary>Gets the configuration element that controls the settings used by an <see cref="T:System.Net.WebUtility" /> object.</summary>
|
|
/// <returns>The configuration element that controls the settings used by a <see cref="T:System.Net.WebUtility" /> object.</returns>
|
|
// 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;
|
|
}
|
|
}
|
|
}
|
|
}
|