63 lines
2.1 KiB
C#
63 lines
2.1 KiB
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Configuration
|
|
{
|
|
/// <summary>Represents an element in a <see cref="T:System.Configuration.SchemeSettingElementCollection" /> class.</summary>
|
|
// Token: 0x020003CC RID: 972
|
|
[Token(Token = "0x20003CC")]
|
|
public sealed class SchemeSettingElement : ConfigurationElement
|
|
{
|
|
/// <summary>Initializes a new instance of the <see cref="T:System.Configuration.SchemeSettingElement" /> class.</summary>
|
|
// Token: 0x06001988 RID: 6536 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x6001988")]
|
|
[Address(RVA = "0x28AB750", Offset = "0x28AA550", VA = "0x1828AB750")]
|
|
public SchemeSettingElement()
|
|
{
|
|
}
|
|
|
|
/// <summary>Gets the value of the GenericUriParserOptions entry from a <see cref="T:System.Configuration.SchemeSettingElement" /> instance.</summary>
|
|
/// <returns>The value of GenericUriParserOptions entry.</returns>
|
|
// 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;
|
|
}
|
|
}
|
|
|
|
/// <summary>Gets the value of the Name entry from a <see cref="T:System.Configuration.SchemeSettingElement" /> instance.</summary>
|
|
/// <returns>The protocol used by this schema setting.</returns>
|
|
// 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;
|
|
}
|
|
}
|
|
}
|
|
}
|