using System;
using Cpp2IlInjected;
namespace System.Configuration
{
/// Represents an element in a class.
// Token: 0x020003CC RID: 972
[Token(Token = "0x20003CC")]
public sealed class SchemeSettingElement : ConfigurationElement
{
/// Initializes a new instance of the class.
// Token: 0x06001988 RID: 6536 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001988")]
[Address(RVA = "0x28AB750", Offset = "0x28AA550", VA = "0x1828AB750")]
public SchemeSettingElement()
{
}
/// Gets the value of the GenericUriParserOptions entry from a instance.
/// The value of GenericUriParserOptions entry.
// Token: 0x170005BA RID: 1466
// (get) Token: 0x06001989 RID: 6537 RVA: 0x0000AC80 File Offset: 0x00008E80
[Token(Token = "0x170005BA")]
public GenericUriParserOptions GenericUriParserOptions
{
[Token(Token = "0x6001989")]
[Address(RVA = "0x28AB780", Offset = "0x28AA580", VA = "0x1828AB780")]
get
{
return GenericUriParserOptions.Default;
}
}
/// Gets the value of the Name entry from a instance.
/// The protocol used by this schema setting.
// Token: 0x170005BB RID: 1467
// (get) Token: 0x0600198A RID: 6538 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x170005BB")]
public string Name
{
[Token(Token = "0x600198A")]
[Address(RVA = "0x28AB7B0", Offset = "0x28AA5B0", VA = "0x1828AB7B0")]
get
{
return null;
}
}
// Token: 0x170005BC RID: 1468
// (get) Token: 0x0600198B RID: 6539 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x170005BC")]
protected override ConfigurationPropertyCollection Properties
{
[Token(Token = "0x600198B")]
[Address(RVA = "0x28AB7E0", Offset = "0x28AA5E0", VA = "0x1828AB7E0", Slot = "4")]
get
{
return null;
}
}
}
}