54 lines
1.8 KiB
C#
54 lines
1.8 KiB
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Configuration
|
|
{
|
|
/// <summary>Provides the configuration setting for International Resource Identifier (IRI) processing in the <see cref="T:System.Uri" /> class.</summary>
|
|
// Token: 0x020003C6 RID: 966
|
|
[Token(Token = "0x20003C6")]
|
|
public sealed class IriParsingElement : ConfigurationElement
|
|
{
|
|
/// <summary>Initializes a new instance of the <see cref="T:System.Configuration.IriParsingElement" /> class.</summary>
|
|
// Token: 0x06001973 RID: 6515 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x6001973")]
|
|
[Address(RVA = "0x28A6520", Offset = "0x28A5320", VA = "0x1828A6520")]
|
|
public IriParsingElement()
|
|
{
|
|
}
|
|
|
|
/// <summary>Gets or sets the value of the <see cref="T:System.Configuration.IriParsingElement" /> configuration setting.</summary>
|
|
/// <returns>A Boolean that indicates if International Resource Identifier (IRI) processing is enabled.</returns>
|
|
// Token: 0x170005B5 RID: 1461
|
|
// (get) Token: 0x06001974 RID: 6516 RVA: 0x0000AC68 File Offset: 0x00008E68
|
|
// (set) Token: 0x06001975 RID: 6517 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x170005B5")]
|
|
public bool Enabled
|
|
{
|
|
[Token(Token = "0x6001974")]
|
|
[Address(RVA = "0x28A6550", Offset = "0x28A5350", VA = "0x1828A6550")]
|
|
get
|
|
{
|
|
return default(bool);
|
|
}
|
|
[Token(Token = "0x6001975")]
|
|
[Address(RVA = "0x28A65B0", Offset = "0x28A53B0", VA = "0x1828A65B0")]
|
|
set
|
|
{
|
|
}
|
|
}
|
|
|
|
// Token: 0x170005B6 RID: 1462
|
|
// (get) Token: 0x06001976 RID: 6518 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x170005B6")]
|
|
protected override ConfigurationPropertyCollection Properties
|
|
{
|
|
[Token(Token = "0x6001976")]
|
|
[Address(RVA = "0x28A6580", Offset = "0x28A5380", VA = "0x1828A6580", Slot = "4")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
}
|
|
}
|