Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

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: 0x020003A2 RID: 930
[Token(Token = "0x20003A2")]
public sealed class SettingsSection : ConfigurationSection
{
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.ConnectionManagementSection" /> class.</summary>
// Token: 0x0600189B RID: 6299 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600189B")]
[Address(RVA = "0xDD7C70", Offset = "0xDD6C70", VA = "0x180DD7C70")]
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: 0x17000570 RID: 1392
// (get) Token: 0x0600189C RID: 6300 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000570")]
public HttpListenerElement HttpListener
{
[Token(Token = "0x600189C")]
[Address(RVA = "0xDD7CA0", Offset = "0xDD6CA0", VA = "0x180DD7CA0")]
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: 0x17000571 RID: 1393
// (get) Token: 0x0600189D RID: 6301 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000571")]
public HttpWebRequestElement HttpWebRequest
{
[Token(Token = "0x600189D")]
[Address(RVA = "0xDD7CD0", Offset = "0xDD6CD0", VA = "0x180DD7CD0")]
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: 0x17000572 RID: 1394
// (get) Token: 0x0600189E RID: 6302 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000572")]
public Ipv6Element Ipv6
{
[Token(Token = "0x600189E")]
[Address(RVA = "0xDD7D00", Offset = "0xDD6D00", VA = "0x180DD7D00")]
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: 0x17000573 RID: 1395
// (get) Token: 0x0600189F RID: 6303 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000573")]
public PerformanceCountersElement PerformanceCounters
{
[Token(Token = "0x600189F")]
[Address(RVA = "0xDD7D30", Offset = "0xDD6D30", VA = "0x180DD7D30")]
get
{
return null;
}
}
// Token: 0x17000574 RID: 1396
// (get) Token: 0x060018A0 RID: 6304 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000574")]
protected override ConfigurationPropertyCollection Properties
{
[Token(Token = "0x60018A0")]
[Address(RVA = "0xDD7D60", Offset = "0xDD6D60", VA = "0x180DD7D60", 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: 0x17000575 RID: 1397
// (get) Token: 0x060018A1 RID: 6305 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000575")]
public ServicePointManagerElement ServicePointManager
{
[Token(Token = "0x60018A1")]
[Address(RVA = "0xDD7D90", Offset = "0xDD6D90", VA = "0x180DD7D90")]
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: 0x17000576 RID: 1398
// (get) Token: 0x060018A2 RID: 6306 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000576")]
public SocketElement Socket
{
[Token(Token = "0x60018A2")]
[Address(RVA = "0xDD7DC0", Offset = "0xDD6DC0", VA = "0x180DD7DC0")]
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: 0x17000577 RID: 1399
// (get) Token: 0x060018A3 RID: 6307 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000577")]
public WebProxyScriptElement WebProxyScript
{
[Token(Token = "0x60018A3")]
[Address(RVA = "0xDD7DF0", Offset = "0xDD6DF0", VA = "0x180DD7DF0")]
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: 0x17000578 RID: 1400
// (get) Token: 0x060018A4 RID: 6308 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000578")]
public WebUtilityElement WebUtility
{
[Token(Token = "0x60018A4")]
[Address(RVA = "0xDD7E20", Offset = "0xDD6E20", VA = "0x180DD7E20")]
get
{
return null;
}
}
}
}