m
This commit is contained in:
@@ -0,0 +1,63 @@
|
||||
using System;
|
||||
using System.Configuration;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Net.Configuration
|
||||
{
|
||||
/// <summary>Represents the address information for resources that are not retrieved using a proxy server. This class cannot be inherited.</summary>
|
||||
// Token: 0x0200038B RID: 907
|
||||
[Token(Token = "0x200038B")]
|
||||
public sealed class BypassElement : ConfigurationElement
|
||||
{
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.BypassElement" /> class.</summary>
|
||||
// Token: 0x060017EF RID: 6127 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x60017EF")]
|
||||
[Address(RVA = "0xDC6EB0", Offset = "0xDC5EB0", VA = "0x180DC6EB0")]
|
||||
public BypassElement()
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.BypassElement" /> class with the specified type information.</summary>
|
||||
/// <param name="address">A string that identifies the address of a resource.</param>
|
||||
// Token: 0x060017F0 RID: 6128 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x60017F0")]
|
||||
[Address(RVA = "0xDC6E80", Offset = "0xDC5E80", VA = "0x180DC6E80")]
|
||||
public BypassElement(string address)
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>Gets or sets the addresses of resources that bypass the proxy server.</summary>
|
||||
/// <returns>A string that identifies a resource.</returns>
|
||||
// Token: 0x17000520 RID: 1312
|
||||
// (get) Token: 0x060017F1 RID: 6129 RVA: 0x00002050 File Offset: 0x00000250
|
||||
// (set) Token: 0x060017F2 RID: 6130 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x17000520")]
|
||||
public string Address
|
||||
{
|
||||
[Token(Token = "0x60017F1")]
|
||||
[Address(RVA = "0xDC6EE0", Offset = "0xDC5EE0", VA = "0x180DC6EE0")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
[Token(Token = "0x60017F2")]
|
||||
[Address(RVA = "0xDC6F40", Offset = "0xDC5F40", VA = "0x180DC6F40")]
|
||||
set
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17000521 RID: 1313
|
||||
// (get) Token: 0x060017F3 RID: 6131 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x17000521")]
|
||||
protected override ConfigurationPropertyCollection Properties
|
||||
{
|
||||
[Token(Token = "0x60017F3")]
|
||||
[Address(RVA = "0xDC6F10", Offset = "0xDC5F10", VA = "0x180DC6F10", Slot = "4")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user