Files
2026-04-10 22:50:51 +02:00

78 lines
3.0 KiB
C#

using System;
using Cpp2IlInjected;
namespace System.Configuration
{
/// <summary>Represents the Uri section within a configuration file.</summary>
// Token: 0x020003DB RID: 987
[Token(Token = "0x20003DB")]
public sealed class UriSection : ConfigurationSection
{
/// <summary>Initializes a new instance of the <see cref="T:System.Configuration.UriSection" /> class.</summary>
// Token: 0x060019B0 RID: 6576 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60019B0")]
[Address(RVA = "0x28B0FA0", Offset = "0x28AFDA0", VA = "0x1828B0FA0")]
public UriSection()
{
}
/// <summary>Gets an <see cref="T:System.Configuration.IdnElement" /> object that contains the configuration setting for International Domain Name (IDN) processing in the <see cref="T:System.Uri" /> class.</summary>
/// <returns>The configuration setting for International Domain Name (IDN) processing in the <see cref="T:System.Uri" /> class.</returns>
// Token: 0x170005C6 RID: 1478
// (get) Token: 0x060019B1 RID: 6577 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x170005C6")]
public IdnElement Idn
{
[Token(Token = "0x60019B1")]
[Address(RVA = "0x28B0FD0", Offset = "0x28AFDD0", VA = "0x1828B0FD0")]
get
{
return null;
}
}
/// <summary>Gets an <see cref="T:System.Configuration.IriParsingElement" /> object that contains the configuration setting for International Resource Identifiers (IRI) parsing in the <see cref="T:System.Uri" /> class.</summary>
/// <returns>The configuration setting for International Resource Identifiers (IRI) parsing in the <see cref="T:System.Uri" /> class.</returns>
// Token: 0x170005C7 RID: 1479
// (get) Token: 0x060019B2 RID: 6578 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x170005C7")]
public IriParsingElement IriParsing
{
[Token(Token = "0x60019B2")]
[Address(RVA = "0x28B1000", Offset = "0x28AFE00", VA = "0x1828B1000")]
get
{
return null;
}
}
// Token: 0x170005C8 RID: 1480
// (get) Token: 0x060019B3 RID: 6579 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x170005C8")]
protected override ConfigurationPropertyCollection Properties
{
[Token(Token = "0x60019B3")]
[Address(RVA = "0x28B1030", Offset = "0x28AFE30", VA = "0x1828B1030", Slot = "4")]
get
{
return null;
}
}
/// <summary>Gets a <see cref="T:System.Configuration.SchemeSettingElementCollection" /> object that contains the configuration settings for scheme parsing in the <see cref="T:System.Uri" /> class.</summary>
/// <returns>The configuration settings for scheme parsing in the <see cref="T:System.Uri" /> class</returns>
// Token: 0x170005C9 RID: 1481
// (get) Token: 0x060019B4 RID: 6580 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x170005C9")]
public SchemeSettingElementCollection SchemeSettings
{
[Token(Token = "0x60019B4")]
[Address(RVA = "0x28B1060", Offset = "0x28AFE60", VA = "0x1828B1060")]
get
{
return null;
}
}
}
}