Files
Aug2021-Cpp2IL-Dump/System/Net/Configuration/BypassElementCollection.cs
T
2026-04-10 22:50:51 +02:00

141 lines
5.1 KiB
C#

using System;
using System.Configuration;
using Cpp2IlInjected;
namespace System.Net.Configuration
{
/// <summary>Represents a container for the addresses of resources that bypass the proxy server. This class cannot be inherited.</summary>
// Token: 0x02000390 RID: 912
[Token(Token = "0x2000390")]
[ConfigurationCollection(typeof(BypassElement))]
public sealed class BypassElementCollection : ConfigurationElementCollection
{
/// <summary>Initializes an empty instance of the <see cref="T:System.Net.Configuration.BypassElementCollection" /> class.</summary>
// Token: 0x0600180B RID: 6155 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600180B")]
[Address(RVA = "0x29D9650", Offset = "0x29D8450", VA = "0x1829D9650")]
public BypassElementCollection()
{
}
// Token: 0x0600180C RID: 6156 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x600180C")]
[Address(RVA = "0x29D9680", Offset = "0x29D8480", VA = "0x1829D9680")]
public BypassElement get_Item(int index)
{
return null;
}
// Token: 0x0600180D RID: 6157 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600180D")]
[Address(RVA = "0x29D9740", Offset = "0x29D8540", VA = "0x1829D9740")]
public void set_Item(int index, BypassElement value)
{
}
/// <summary>Gets or sets the element with the specified key.</summary>
/// <param name="name">The key for an element in the collection.</param>
/// <returns>The <see cref="T:System.Net.Configuration.BypassElement" /> with the specified key, or <see langword="null" /> if there is no element with the specified key.</returns>
// Token: 0x17000526 RID: 1318
[Token(Token = "0x17000526")]
public BypassElement this[string name]
{
[Token(Token = "0x600180E")]
[Address(RVA = "0x29D96B0", Offset = "0x29D84B0", VA = "0x1829D96B0")]
get
{
return null;
}
[Token(Token = "0x600180F")]
[Address(RVA = "0x29D9710", Offset = "0x29D8510", VA = "0x1829D9710")]
set
{
}
}
// Token: 0x17000527 RID: 1319
// (get) Token: 0x06001810 RID: 6160 RVA: 0x0000A710 File Offset: 0x00008910
[Token(Token = "0x17000527")]
protected override bool ThrowOnDuplicate
{
[Token(Token = "0x6001810")]
[Address(RVA = "0x29D96E0", Offset = "0x29D84E0", VA = "0x1829D96E0", Slot = "15")]
get
{
return default(bool);
}
}
/// <summary>Adds an element to the collection.</summary>
/// <param name="element">The <see cref="T:System.Net.Configuration.BypassElement" /> to add to the collection.</param>
// Token: 0x06001811 RID: 6161 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001811")]
[Address(RVA = "0x29D94D0", Offset = "0x29D82D0", VA = "0x1829D94D0")]
public void Add(BypassElement element)
{
}
/// <summary>Removes all elements from the collection.</summary>
// Token: 0x06001812 RID: 6162 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001812")]
[Address(RVA = "0x29D9500", Offset = "0x29D8300", VA = "0x1829D9500")]
public void Clear()
{
}
// Token: 0x06001813 RID: 6163 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001813")]
[Address(RVA = "0x29D9530", Offset = "0x29D8330", VA = "0x1829D9530", Slot = "16")]
protected override ConfigurationElement CreateNewElement()
{
return null;
}
// Token: 0x06001814 RID: 6164 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001814")]
[Address(RVA = "0x29D9560", Offset = "0x29D8360", VA = "0x1829D9560", Slot = "17")]
protected override object GetElementKey(ConfigurationElement element)
{
return null;
}
/// <summary>Returns the index of the specified configuration element.</summary>
/// <param name="element">A <see cref="T:System.Net.Configuration.BypassElement" />.</param>
/// <returns>The zero-based index of <paramref name="element" />.</returns>
// Token: 0x06001815 RID: 6165 RVA: 0x0000A728 File Offset: 0x00008928
[Token(Token = "0x6001815")]
[Address(RVA = "0x29D9590", Offset = "0x29D8390", VA = "0x1829D9590")]
public int IndexOf(BypassElement element)
{
return 0;
}
/// <summary>Removes the specified configuration element from the collection.</summary>
/// <param name="element">The <see cref="T:System.Net.Configuration.BypassElement" /> to remove.</param>
// Token: 0x06001816 RID: 6166 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001816")]
[Address(RVA = "0x29D95F0", Offset = "0x29D83F0", VA = "0x1829D95F0")]
public void Remove(BypassElement element)
{
}
/// <summary>Removes the element with the specified key.</summary>
/// <param name="name">The key of the element to remove.</param>
// Token: 0x06001817 RID: 6167 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001817")]
[Address(RVA = "0x29D9620", Offset = "0x29D8420", VA = "0x1829D9620")]
public void Remove(string name)
{
}
/// <summary>Removes the element at the specified index.</summary>
/// <param name="index">The zero-based index of the element to remove.</param>
// Token: 0x06001818 RID: 6168 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001818")]
[Address(RVA = "0x29D95C0", Offset = "0x29D83C0", VA = "0x1829D95C0")]
public void RemoveAt(int index)
{
}
}
}