55 lines
1.8 KiB
C#
55 lines
1.8 KiB
C#
using System;
|
|
using System.Configuration;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Net.Configuration
|
|
{
|
|
/// <summary>Represents the type information for a custom <see cref="T:System.Net.IWebProxy" /> module. This class cannot be inherited.</summary>
|
|
// Token: 0x02000391 RID: 913
|
|
[Token(Token = "0x2000391")]
|
|
public sealed class ModuleElement : ConfigurationElement
|
|
{
|
|
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.ModuleElement" /> class.</summary>
|
|
// Token: 0x06001824 RID: 6180 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x6001824")]
|
|
[Address(RVA = "0xDD6340", Offset = "0xDD5340", VA = "0x180DD6340")]
|
|
public ModuleElement()
|
|
{
|
|
}
|
|
|
|
// Token: 0x17000530 RID: 1328
|
|
// (get) Token: 0x06001825 RID: 6181 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x17000530")]
|
|
protected override ConfigurationPropertyCollection Properties
|
|
{
|
|
[Token(Token = "0x6001825")]
|
|
[Address(RVA = "0xDD6370", Offset = "0xDD5370", VA = "0x180DD6370", Slot = "4")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
|
|
/// <summary>Gets or sets the type and assembly information for the current instance.</summary>
|
|
/// <returns>A string that identifies a type that implements the <see cref="T:System.Net.IWebProxy" /> interface or <see langword="null" /> if no value has been specified.</returns>
|
|
// Token: 0x17000531 RID: 1329
|
|
// (get) Token: 0x06001826 RID: 6182 RVA: 0x00002050 File Offset: 0x00000250
|
|
// (set) Token: 0x06001827 RID: 6183 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x17000531")]
|
|
public string Type
|
|
{
|
|
[Token(Token = "0x6001826")]
|
|
[Address(RVA = "0xDD63A0", Offset = "0xDD53A0", VA = "0x180DD63A0")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
[Token(Token = "0x6001827")]
|
|
[Address(RVA = "0xDD63D0", Offset = "0xDD53D0", VA = "0x180DD63D0")]
|
|
set
|
|
{
|
|
}
|
|
}
|
|
}
|
|
}
|