Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +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: 0x0200038C RID: 908
[Token(Token = "0x200038C")]
[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: 0x060017F4 RID: 6132 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60017F4")]
[Address(RVA = "0xDC6D60", Offset = "0xDC5D60", VA = "0x180DC6D60")]
public BypassElementCollection()
{
}
// Token: 0x060017F5 RID: 6133 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60017F5")]
[Address(RVA = "0xDC6D90", Offset = "0xDC5D90", VA = "0x180DC6D90")]
public BypassElement get_Item(int index)
{
return null;
}
// Token: 0x060017F6 RID: 6134 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60017F6")]
[Address(RVA = "0xDC6E50", Offset = "0xDC5E50", VA = "0x180DC6E50")]
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: 0x17000522 RID: 1314
[Token(Token = "0x17000522")]
public BypassElement this[string name]
{
[Token(Token = "0x60017F7")]
[Address(RVA = "0xDC6DC0", Offset = "0xDC5DC0", VA = "0x180DC6DC0")]
get
{
return null;
}
[Token(Token = "0x60017F8")]
[Address(RVA = "0xDC6E20", Offset = "0xDC5E20", VA = "0x180DC6E20")]
set
{
}
}
// Token: 0x17000523 RID: 1315
// (get) Token: 0x060017F9 RID: 6137 RVA: 0x0000A6F8 File Offset: 0x000088F8
[Token(Token = "0x17000523")]
protected override bool ThrowOnDuplicate
{
[Token(Token = "0x60017F9")]
[Address(RVA = "0xDC6DF0", Offset = "0xDC5DF0", VA = "0x180DC6DF0", 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: 0x060017FA RID: 6138 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60017FA")]
[Address(RVA = "0xDC6BE0", Offset = "0xDC5BE0", VA = "0x180DC6BE0")]
public void Add(BypassElement element)
{
}
/// <summary>Removes all elements from the collection.</summary>
// Token: 0x060017FB RID: 6139 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60017FB")]
[Address(RVA = "0xDC6C10", Offset = "0xDC5C10", VA = "0x180DC6C10")]
public void Clear()
{
}
// Token: 0x060017FC RID: 6140 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60017FC")]
[Address(RVA = "0xDC6C40", Offset = "0xDC5C40", VA = "0x180DC6C40", Slot = "16")]
protected override ConfigurationElement CreateNewElement()
{
return null;
}
// Token: 0x060017FD RID: 6141 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60017FD")]
[Address(RVA = "0xDC6C70", Offset = "0xDC5C70", VA = "0x180DC6C70", 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: 0x060017FE RID: 6142 RVA: 0x0000A710 File Offset: 0x00008910
[Token(Token = "0x60017FE")]
[Address(RVA = "0xDC6CA0", Offset = "0xDC5CA0", VA = "0x180DC6CA0")]
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: 0x060017FF RID: 6143 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60017FF")]
[Address(RVA = "0xDC6D00", Offset = "0xDC5D00", VA = "0x180DC6D00")]
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: 0x06001800 RID: 6144 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001800")]
[Address(RVA = "0xDC6D30", Offset = "0xDC5D30", VA = "0x180DC6D30")]
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: 0x06001801 RID: 6145 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001801")]
[Address(RVA = "0xDC6CD0", Offset = "0xDC5CD0", VA = "0x180DC6CD0")]
public void RemoveAt(int index)
{
}
}
}