78 lines
3.0 KiB
C#
78 lines
3.0 KiB
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Configuration
|
|
{
|
|
/// <summary>Represents the Uri section within a configuration file.</summary>
|
|
// Token: 0x020003D7 RID: 983
|
|
[Token(Token = "0x20003D7")]
|
|
public sealed class UriSection : ConfigurationSection
|
|
{
|
|
/// <summary>Initializes a new instance of the <see cref="T:System.Configuration.UriSection" /> class.</summary>
|
|
// Token: 0x06001999 RID: 6553 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x6001999")]
|
|
[Address(RVA = "0x2F4BA50", Offset = "0x2F4AA50", VA = "0x182F4BA50")]
|
|
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: 0x170005C2 RID: 1474
|
|
// (get) Token: 0x0600199A RID: 6554 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x170005C2")]
|
|
public IdnElement Idn
|
|
{
|
|
[Token(Token = "0x600199A")]
|
|
[Address(RVA = "0x2F4BA80", Offset = "0x2F4AA80", VA = "0x182F4BA80")]
|
|
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: 0x170005C3 RID: 1475
|
|
// (get) Token: 0x0600199B RID: 6555 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x170005C3")]
|
|
public IriParsingElement IriParsing
|
|
{
|
|
[Token(Token = "0x600199B")]
|
|
[Address(RVA = "0x2F4BAB0", Offset = "0x2F4AAB0", VA = "0x182F4BAB0")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x170005C4 RID: 1476
|
|
// (get) Token: 0x0600199C RID: 6556 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x170005C4")]
|
|
protected override ConfigurationPropertyCollection Properties
|
|
{
|
|
[Token(Token = "0x600199C")]
|
|
[Address(RVA = "0x2F4BAE0", Offset = "0x2F4AAE0", VA = "0x182F4BAE0", 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: 0x170005C5 RID: 1477
|
|
// (get) Token: 0x0600199D RID: 6557 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x170005C5")]
|
|
public SchemeSettingElementCollection SchemeSettings
|
|
{
|
|
[Token(Token = "0x600199D")]
|
|
[Address(RVA = "0x2F4BB10", Offset = "0x2F4AB10", VA = "0x182F4BB10")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
}
|
|
}
|