oh dear
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: 0x0200038F RID: 911
|
||||
[Token(Token = "0x200038F")]
|
||||
public sealed class BypassElement : ConfigurationElement
|
||||
{
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.BypassElement" /> class.</summary>
|
||||
// Token: 0x06001806 RID: 6150 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x6001806")]
|
||||
[Address(RVA = "0x29D97A0", Offset = "0x29D85A0", VA = "0x1829D97A0")]
|
||||
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: 0x06001807 RID: 6151 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x6001807")]
|
||||
[Address(RVA = "0x29D9770", Offset = "0x29D8570", VA = "0x1829D9770")]
|
||||
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: 0x17000524 RID: 1316
|
||||
// (get) Token: 0x06001808 RID: 6152 RVA: 0x00002050 File Offset: 0x00000250
|
||||
// (set) Token: 0x06001809 RID: 6153 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x17000524")]
|
||||
public string Address
|
||||
{
|
||||
[Token(Token = "0x6001808")]
|
||||
[Address(RVA = "0x29D97D0", Offset = "0x29D85D0", VA = "0x1829D97D0")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
[Token(Token = "0x6001809")]
|
||||
[Address(RVA = "0x29D9830", Offset = "0x29D8630", VA = "0x1829D9830")]
|
||||
set
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17000525 RID: 1317
|
||||
// (get) Token: 0x0600180A RID: 6154 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x17000525")]
|
||||
protected override ConfigurationPropertyCollection Properties
|
||||
{
|
||||
[Token(Token = "0x600180A")]
|
||||
[Address(RVA = "0x29D9800", Offset = "0x29D8600", VA = "0x1829D9800", Slot = "4")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user