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: 0x020003C8 RID: 968
|
|
[Token(Token = "0x20003C8")]
|
|
public sealed class SchemeSettingElement : ConfigurationElement
|
|
{
|
|
/// <summary>Initializes a new instance of the <see cref="T:System.Configuration.SchemeSettingElement" /> class.</summary>
|
|
// Token: 0x06001971 RID: 6513 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x6001971")]
|
|
[Address(RVA = "0x2F46200", Offset = "0x2F45200", VA = "0x182F46200")]
|
|
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: 0x170005B6 RID: 1462
|
|
// (get) Token: 0x06001972 RID: 6514 RVA: 0x0000AC68 File Offset: 0x00008E68
|
|
[Token(Token = "0x170005B6")]
|
|
public GenericUriParserOptions GenericUriParserOptions
|
|
{
|
|
[Token(Token = "0x6001972")]
|
|
[Address(RVA = "0x2F46230", Offset = "0x2F45230", VA = "0x182F46230")]
|
|
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: 0x170005B7 RID: 1463
|
|
// (get) Token: 0x06001973 RID: 6515 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x170005B7")]
|
|
public string Name
|
|
{
|
|
[Token(Token = "0x6001973")]
|
|
[Address(RVA = "0x2F46260", Offset = "0x2F45260", VA = "0x182F46260")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x170005B8 RID: 1464
|
|
// (get) Token: 0x06001974 RID: 6516 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x170005B8")]
|
|
protected override ConfigurationPropertyCollection Properties
|
|
{
|
|
[Token(Token = "0x6001974")]
|
|
[Address(RVA = "0x2F46290", Offset = "0x2F45290", VA = "0x182F46290", Slot = "4")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
}
|
|
}
|