This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
@@ -0,0 +1,63 @@
using System;
using System.Configuration;
using Cpp2IlInjected;
namespace System.Net.Configuration
{
/// <summary>Represents the type information for an authentication module. This class cannot be inherited.</summary>
// Token: 0x0200038C RID: 908
[Token(Token = "0x200038C")]
public sealed class AuthenticationModuleElement : ConfigurationElement
{
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.AuthenticationModuleElement" /> class.</summary>
// Token: 0x060017EF RID: 6127 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60017EF")]
[Address(RVA = "0x29D6AE0", Offset = "0x29D58E0", VA = "0x1829D6AE0")]
public AuthenticationModuleElement()
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.AuthenticationModuleElement" /> class with the specified type information.</summary>
/// <param name="typeName">A string that identifies the type and the assembly that contains it.</param>
// Token: 0x060017F0 RID: 6128 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60017F0")]
[Address(RVA = "0x29D6AB0", Offset = "0x29D58B0", VA = "0x1829D6AB0")]
public AuthenticationModuleElement(string typeName)
{
}
// Token: 0x1700051F RID: 1311
// (get) Token: 0x060017F1 RID: 6129 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700051F")]
protected override ConfigurationPropertyCollection Properties
{
[Token(Token = "0x60017F1")]
[Address(RVA = "0x29D6B10", Offset = "0x29D5910", VA = "0x1829D6B10", 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 an authentication module or <see langword="null" /> if no value has been specified.</returns>
// Token: 0x17000520 RID: 1312
// (get) Token: 0x060017F2 RID: 6130 RVA: 0x00002050 File Offset: 0x00000250
// (set) Token: 0x060017F3 RID: 6131 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x17000520")]
public string Type
{
[Token(Token = "0x60017F2")]
[Address(RVA = "0x29D6B40", Offset = "0x29D5940", VA = "0x1829D6B40")]
get
{
return null;
}
[Token(Token = "0x60017F3")]
[Address(RVA = "0x29D6B70", Offset = "0x29D5970", VA = "0x1829D6B70")]
set
{
}
}
}
}
@@ -0,0 +1,127 @@
using System;
using System.Configuration;
using Cpp2IlInjected;
namespace System.Net.Configuration
{
/// <summary>Represents a container for authentication module configuration elements. This class cannot be inherited.</summary>
// Token: 0x0200038D RID: 909
[Token(Token = "0x200038D")]
[ConfigurationCollection(typeof(AuthenticationModuleElement))]
public sealed class AuthenticationModuleElementCollection : ConfigurationElementCollection
{
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.AuthenticationModuleElementCollection" /> class.</summary>
// Token: 0x060017F4 RID: 6132 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60017F4")]
[Address(RVA = "0x29D69C0", Offset = "0x29D57C0", VA = "0x1829D69C0")]
public AuthenticationModuleElementCollection()
{
}
// Token: 0x060017F5 RID: 6133 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60017F5")]
[Address(RVA = "0x29D69F0", Offset = "0x29D57F0", VA = "0x1829D69F0")]
public AuthenticationModuleElement get_Item(int index)
{
return null;
}
// Token: 0x060017F6 RID: 6134 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60017F6")]
[Address(RVA = "0x29D6A80", Offset = "0x29D5880", VA = "0x1829D6A80")]
public void set_Item(int index, AuthenticationModuleElement 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.AuthenticationModuleElement" /> with the specified key or <see langword="null" /> if there is no element with the specified key.</returns>
// Token: 0x17000521 RID: 1313
[Token(Token = "0x17000521")]
public AuthenticationModuleElement this[string name]
{
[Token(Token = "0x60017F7")]
[Address(RVA = "0x29D6A20", Offset = "0x29D5820", VA = "0x1829D6A20")]
get
{
return null;
}
[Token(Token = "0x60017F8")]
[Address(RVA = "0x29D6A50", Offset = "0x29D5850", VA = "0x1829D6A50")]
set
{
}
}
/// <summary>Adds an element to the collection.</summary>
/// <param name="element">The <see cref="T:System.Net.Configuration.AuthenticationModuleElement" /> to add to the collection.</param>
// Token: 0x060017F9 RID: 6137 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60017F9")]
[Address(RVA = "0x29D6840", Offset = "0x29D5640", VA = "0x1829D6840")]
public void Add(AuthenticationModuleElement element)
{
}
/// <summary>Removes all elements from the collection.</summary>
// Token: 0x060017FA RID: 6138 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60017FA")]
[Address(RVA = "0x29D6870", Offset = "0x29D5670", VA = "0x1829D6870")]
public void Clear()
{
}
// Token: 0x060017FB RID: 6139 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60017FB")]
[Address(RVA = "0x29D68A0", Offset = "0x29D56A0", VA = "0x1829D68A0", Slot = "16")]
protected override ConfigurationElement CreateNewElement()
{
return null;
}
// Token: 0x060017FC RID: 6140 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60017FC")]
[Address(RVA = "0x29D68D0", Offset = "0x29D56D0", VA = "0x1829D68D0", 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.AuthenticationModuleElement" />.</param>
/// <returns>The zero-based index of <paramref name="element" />.</returns>
// Token: 0x060017FD RID: 6141 RVA: 0x0000A6F8 File Offset: 0x000088F8
[Token(Token = "0x60017FD")]
[Address(RVA = "0x29D6900", Offset = "0x29D5700", VA = "0x1829D6900")]
public int IndexOf(AuthenticationModuleElement element)
{
return 0;
}
/// <summary>Removes the specified configuration element from the collection.</summary>
/// <param name="element">The <see cref="T:System.Net.Configuration.AuthenticationModuleElement" /> to remove.</param>
// Token: 0x060017FE RID: 6142 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60017FE")]
[Address(RVA = "0x29D6990", Offset = "0x29D5790", VA = "0x1829D6990")]
public void Remove(AuthenticationModuleElement element)
{
}
/// <summary>Removes the element with the specified key.</summary>
/// <param name="name">The key of the element to remove.</param>
// Token: 0x060017FF RID: 6143 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60017FF")]
[Address(RVA = "0x29D6960", Offset = "0x29D5760", VA = "0x1829D6960")]
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: 0x06001800 RID: 6144 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001800")]
[Address(RVA = "0x29D6930", Offset = "0x29D5730", VA = "0x1829D6930")]
public void RemoveAt(int index)
{
}
}
}
@@ -0,0 +1,62 @@
using System;
using System.Configuration;
using Cpp2IlInjected;
namespace System.Net.Configuration
{
/// <summary>Represents the configuration section for authentication modules. This class cannot be inherited.</summary>
// Token: 0x0200038E RID: 910
[Token(Token = "0x200038E")]
public sealed class AuthenticationModulesSection : ConfigurationSection
{
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.AuthenticationModulesSection" /> class.</summary>
// Token: 0x06001801 RID: 6145 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001801")]
[Address(RVA = "0x29D6C00", Offset = "0x29D5A00", VA = "0x1829D6C00")]
public AuthenticationModulesSection()
{
}
/// <summary>Gets the collection of authentication modules in the section.</summary>
/// <returns>A <see cref="T:System.Net.Configuration.AuthenticationModuleElementCollection" /> that contains the registered authentication modules.</returns>
// Token: 0x17000522 RID: 1314
// (get) Token: 0x06001802 RID: 6146 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000522")]
public AuthenticationModuleElementCollection AuthenticationModules
{
[Token(Token = "0x6001802")]
[Address(RVA = "0x29D6C30", Offset = "0x29D5A30", VA = "0x1829D6C30")]
get
{
return null;
}
}
// Token: 0x17000523 RID: 1315
// (get) Token: 0x06001803 RID: 6147 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000523")]
protected override ConfigurationPropertyCollection Properties
{
[Token(Token = "0x6001803")]
[Address(RVA = "0x29D6C60", Offset = "0x29D5A60", VA = "0x1829D6C60", Slot = "4")]
get
{
return null;
}
}
// Token: 0x06001804 RID: 6148 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001804")]
[Address(RVA = "0x29D6BA0", Offset = "0x29D59A0", VA = "0x1829D6BA0", Slot = "6")]
protected override void InitializeDefault()
{
}
// Token: 0x06001805 RID: 6149 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001805")]
[Address(RVA = "0x29D6BD0", Offset = "0x29D59D0", VA = "0x1829D6BD0", Slot = "8")]
protected override void PostDeserialize()
{
}
}
}
+63
View File
@@ -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;
}
}
}
}
@@ -0,0 +1,140 @@
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)
{
}
}
}
@@ -0,0 +1,85 @@
using System;
using System.Configuration;
using Cpp2IlInjected;
namespace System.Net.Configuration
{
/// <summary>Represents the maximum number of connections to a remote computer. This class cannot be inherited.</summary>
// Token: 0x02000391 RID: 913
[Token(Token = "0x2000391")]
public sealed class ConnectionManagementElement : ConfigurationElement
{
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.ConnectionManagementElement" /> class.</summary>
// Token: 0x06001819 RID: 6169 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001819")]
[Address(RVA = "0x29DA1D0", Offset = "0x29D8FD0", VA = "0x1829DA1D0")]
public ConnectionManagementElement()
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.ConnectionManagementElement" /> class with the specified address and connection limit information.</summary>
/// <param name="address">A string that identifies the address of a remote computer.</param>
/// <param name="maxConnection">An integer that identifies the maximum number of connections allowed to <paramref name="address" /> from the local computer.</param>
// Token: 0x0600181A RID: 6170 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600181A")]
[Address(RVA = "0x29DA200", Offset = "0x29D9000", VA = "0x1829DA200")]
public ConnectionManagementElement(string address, int maxConnection)
{
}
/// <summary>Gets or sets the address for remote computers.</summary>
/// <returns>A string that contains a regular expression describing an IP address or DNS name.</returns>
// Token: 0x17000528 RID: 1320
// (get) Token: 0x0600181B RID: 6171 RVA: 0x00002050 File Offset: 0x00000250
// (set) Token: 0x0600181C RID: 6172 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x17000528")]
public string Address
{
[Token(Token = "0x600181B")]
[Address(RVA = "0x29DA230", Offset = "0x29D9030", VA = "0x1829DA230")]
get
{
return null;
}
[Token(Token = "0x600181C")]
[Address(RVA = "0x29DA2C0", Offset = "0x29D90C0", VA = "0x1829DA2C0")]
set
{
}
}
/// <summary>Gets or sets the maximum number of connections that can be made to a remote computer.</summary>
/// <returns>An integer that specifies the maximum number of connections.</returns>
// Token: 0x17000529 RID: 1321
// (get) Token: 0x0600181D RID: 6173 RVA: 0x0000A740 File Offset: 0x00008940
// (set) Token: 0x0600181E RID: 6174 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x17000529")]
public int MaxConnection
{
[Token(Token = "0x600181D")]
[Address(RVA = "0x29DA260", Offset = "0x29D9060", VA = "0x1829DA260")]
get
{
return 0;
}
[Token(Token = "0x600181E")]
[Address(RVA = "0x29DA2F0", Offset = "0x29D90F0", VA = "0x1829DA2F0")]
set
{
}
}
// Token: 0x1700052A RID: 1322
// (get) Token: 0x0600181F RID: 6175 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700052A")]
protected override ConfigurationPropertyCollection Properties
{
[Token(Token = "0x600181F")]
[Address(RVA = "0x29DA290", Offset = "0x29D9090", VA = "0x1829DA290", Slot = "4")]
get
{
return null;
}
}
}
}
@@ -0,0 +1,127 @@
using System;
using System.Configuration;
using Cpp2IlInjected;
namespace System.Net.Configuration
{
/// <summary>Represents a container for connection management configuration elements. This class cannot be inherited.</summary>
// Token: 0x02000392 RID: 914
[Token(Token = "0x2000392")]
[ConfigurationCollection(typeof(ConnectionManagementElement))]
public sealed class ConnectionManagementElementCollection : ConfigurationElementCollection
{
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.ConnectionManagementElementCollection" /> class.</summary>
// Token: 0x06001820 RID: 6176 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001820")]
[Address(RVA = "0x29DA0E0", Offset = "0x29D8EE0", VA = "0x1829DA0E0")]
public ConnectionManagementElementCollection()
{
}
// Token: 0x06001821 RID: 6177 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001821")]
[Address(RVA = "0x29DA110", Offset = "0x29D8F10", VA = "0x1829DA110")]
public ConnectionManagementElement get_Item(int index)
{
return null;
}
// Token: 0x06001822 RID: 6178 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001822")]
[Address(RVA = "0x29DA1A0", Offset = "0x29D8FA0", VA = "0x1829DA1A0")]
public void set_Item(int index, ConnectionManagementElement 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.ConnectionManagementElement" /> with the specified key or <see langword="null" /> if there is no element with the specified key.</returns>
// Token: 0x1700052B RID: 1323
[Token(Token = "0x1700052B")]
public ConnectionManagementElement this[string name]
{
[Token(Token = "0x6001823")]
[Address(RVA = "0x29DA140", Offset = "0x29D8F40", VA = "0x1829DA140")]
get
{
return null;
}
[Token(Token = "0x6001824")]
[Address(RVA = "0x29DA170", Offset = "0x29D8F70", VA = "0x1829DA170")]
set
{
}
}
/// <summary>Adds an element to the collection.</summary>
/// <param name="element">The <see cref="T:System.Net.Configuration.ConnectionManagementElement" /> to add to the collection.</param>
// Token: 0x06001825 RID: 6181 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001825")]
[Address(RVA = "0x29D9F60", Offset = "0x29D8D60", VA = "0x1829D9F60")]
public void Add(ConnectionManagementElement element)
{
}
/// <summary>Removes all elements from the collection.</summary>
// Token: 0x06001826 RID: 6182 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001826")]
[Address(RVA = "0x29D9F90", Offset = "0x29D8D90", VA = "0x1829D9F90")]
public void Clear()
{
}
// Token: 0x06001827 RID: 6183 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001827")]
[Address(RVA = "0x29D9FC0", Offset = "0x29D8DC0", VA = "0x1829D9FC0", Slot = "16")]
protected override ConfigurationElement CreateNewElement()
{
return null;
}
// Token: 0x06001828 RID: 6184 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001828")]
[Address(RVA = "0x29D9FF0", Offset = "0x29D8DF0", VA = "0x1829D9FF0", 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.ConnectionManagementElement" />.</param>
/// <returns>The zero-based index of <paramref name="element" />.</returns>
// Token: 0x06001829 RID: 6185 RVA: 0x0000A758 File Offset: 0x00008958
[Token(Token = "0x6001829")]
[Address(RVA = "0x29DA020", Offset = "0x29D8E20", VA = "0x1829DA020")]
public int IndexOf(ConnectionManagementElement element)
{
return 0;
}
/// <summary>Removes the specified configuration element from the collection.</summary>
/// <param name="element">The <see cref="T:System.Net.Configuration.ConnectionManagementElement" /> to remove.</param>
// Token: 0x0600182A RID: 6186 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600182A")]
[Address(RVA = "0x29DA080", Offset = "0x29D8E80", VA = "0x1829DA080")]
public void Remove(ConnectionManagementElement element)
{
}
/// <summary>Removes the element with the specified key.</summary>
/// <param name="name">The key of the element to remove.</param>
// Token: 0x0600182B RID: 6187 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600182B")]
[Address(RVA = "0x29DA0B0", Offset = "0x29D8EB0", VA = "0x1829DA0B0")]
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: 0x0600182C RID: 6188 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600182C")]
[Address(RVA = "0x29DA050", Offset = "0x29D8E50", VA = "0x1829DA050")]
public void RemoveAt(int index)
{
}
}
}
@@ -0,0 +1,48 @@
using System;
using System.Configuration;
using Cpp2IlInjected;
namespace System.Net.Configuration
{
/// <summary>Represents the configuration section for connection management. This class cannot be inherited.</summary>
// Token: 0x02000393 RID: 915
[Token(Token = "0x2000393")]
public sealed class ConnectionManagementSection : ConfigurationSection
{
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.ConnectionManagementSection" /> class.</summary>
// Token: 0x0600182D RID: 6189 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600182D")]
[Address(RVA = "0x29DA320", Offset = "0x29D9120", VA = "0x1829DA320")]
public ConnectionManagementSection()
{
}
/// <summary>Gets the collection of connection management objects in the section.</summary>
/// <returns>A <see cref="T:System.Net.Configuration.ConnectionManagementElementCollection" /> that contains the connection management information for the local computer.</returns>
// Token: 0x1700052C RID: 1324
// (get) Token: 0x0600182E RID: 6190 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700052C")]
public ConnectionManagementElementCollection ConnectionManagement
{
[Token(Token = "0x600182E")]
[Address(RVA = "0x29DA350", Offset = "0x29D9150", VA = "0x1829DA350")]
get
{
return null;
}
}
// Token: 0x1700052D RID: 1325
// (get) Token: 0x0600182F RID: 6191 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700052D")]
protected override ConfigurationPropertyCollection Properties
{
[Token(Token = "0x600182F")]
[Address(RVA = "0x29DA380", Offset = "0x29D9180", VA = "0x1829DA380", Slot = "4")]
get
{
return null;
}
}
}
}
@@ -0,0 +1,136 @@
using System;
using System.Configuration;
using Cpp2IlInjected;
namespace System.Net.Configuration
{
/// <summary>Represents the configuration section for Web proxy server usage. This class cannot be inherited.</summary>
// Token: 0x02000394 RID: 916
[Token(Token = "0x2000394")]
public sealed class DefaultProxySection : ConfigurationSection
{
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.DefaultProxySection" /> class.</summary>
// Token: 0x06001830 RID: 6192 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001830")]
[Address(RVA = "0x29E1550", Offset = "0x29E0350", VA = "0x1829E1550")]
public DefaultProxySection()
{
}
/// <summary>Gets the collection of resources that are not obtained using the Web proxy server.</summary>
/// <returns>A <see cref="T:System.Net.Configuration.BypassElementCollection" /> that contains the addresses of resources that bypass the Web proxy server.</returns>
// Token: 0x1700052E RID: 1326
// (get) Token: 0x06001831 RID: 6193 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700052E")]
public BypassElementCollection BypassList
{
[Token(Token = "0x6001831")]
[Address(RVA = "0x29E1580", Offset = "0x29E0380", VA = "0x1829E1580")]
get
{
return null;
}
}
/// <summary>Gets or sets whether a Web proxy is used.</summary>
/// <returns>
/// <see langword="true" /> if a Web proxy will be used; otherwise, <see langword="false" />.</returns>
// Token: 0x1700052F RID: 1327
// (get) Token: 0x06001832 RID: 6194 RVA: 0x0000A770 File Offset: 0x00008970
// (set) Token: 0x06001833 RID: 6195 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x1700052F")]
public bool Enabled
{
[Token(Token = "0x6001832")]
[Address(RVA = "0x29E15B0", Offset = "0x29E03B0", VA = "0x1829E15B0")]
get
{
return default(bool);
}
[Token(Token = "0x6001833")]
[Address(RVA = "0x29E16A0", Offset = "0x29E04A0", VA = "0x1829E16A0")]
set
{
}
}
/// <summary>Gets the type information for a custom Web proxy implementation.</summary>
/// <returns>The type information for a custom Web proxy implementation.</returns>
// Token: 0x17000530 RID: 1328
// (get) Token: 0x06001834 RID: 6196 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000530")]
public ModuleElement Module
{
[Token(Token = "0x6001834")]
[Address(RVA = "0x29E15E0", Offset = "0x29E03E0", VA = "0x1829E15E0")]
get
{
return null;
}
}
// Token: 0x17000531 RID: 1329
// (get) Token: 0x06001835 RID: 6197 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000531")]
protected override ConfigurationPropertyCollection Properties
{
[Token(Token = "0x6001835")]
[Address(RVA = "0x29E1610", Offset = "0x29E0410", VA = "0x1829E1610", Slot = "4")]
get
{
return null;
}
}
/// <summary>Gets the URI that identifies the Web proxy server to use.</summary>
/// <returns>The URI that identifies the Web proxy server.</returns>
// Token: 0x17000532 RID: 1330
// (get) Token: 0x06001836 RID: 6198 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000532")]
public ProxyElement Proxy
{
[Token(Token = "0x6001836")]
[Address(RVA = "0x29E1640", Offset = "0x29E0440", VA = "0x1829E1640")]
get
{
return null;
}
}
/// <summary>Gets or sets whether default credentials are to be used to access a Web proxy server.</summary>
/// <returns>
/// <see langword="true" /> if default credentials are to be used; otherwise, <see langword="false" />.</returns>
// Token: 0x17000533 RID: 1331
// (get) Token: 0x06001837 RID: 6199 RVA: 0x0000A788 File Offset: 0x00008988
// (set) Token: 0x06001838 RID: 6200 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x17000533")]
public bool UseDefaultCredentials
{
[Token(Token = "0x6001837")]
[Address(RVA = "0x29E1670", Offset = "0x29E0470", VA = "0x1829E1670")]
get
{
return default(bool);
}
[Token(Token = "0x6001838")]
[Address(RVA = "0x29E16D0", Offset = "0x29E04D0", VA = "0x1829E16D0")]
set
{
}
}
// Token: 0x06001839 RID: 6201 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001839")]
[Address(RVA = "0x29E14F0", Offset = "0x29E02F0", VA = "0x1829E14F0", Slot = "8")]
protected override void PostDeserialize()
{
}
// Token: 0x0600183A RID: 6202 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600183A")]
[Address(RVA = "0x29E1520", Offset = "0x29E0320", VA = "0x1829E1520", Slot = "9")]
protected override void Reset(ConfigurationElement parentElement)
{
}
}
}
@@ -0,0 +1,76 @@
using System;
using Cpp2IlInjected;
namespace System.Net.Configuration
{
// Token: 0x02000307 RID: 775
[Token(Token = "0x2000307")]
internal sealed class DefaultProxySectionInternal
{
// Token: 0x06001474 RID: 5236 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001474")]
[Address(RVA = "0x29E1300", Offset = "0x29E0100", VA = "0x1829E1300")]
private static IWebProxy GetDefaultProxy_UsingOldMonoCode()
{
return null;
}
// Token: 0x06001475 RID: 5237 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001475")]
[Address(RVA = "0x29E1300", Offset = "0x29E0100", VA = "0x1829E1300")]
private static IWebProxy GetSystemWebProxy()
{
return null;
}
// Token: 0x17000427 RID: 1063
// (get) Token: 0x06001476 RID: 5238 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000427")]
internal static object ClassSyncObject
{
[Token(Token = "0x6001476")]
[Address(RVA = "0x29E1460", Offset = "0x29E0260", VA = "0x1829E1460")]
get
{
return null;
}
}
// Token: 0x06001477 RID: 5239 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001477")]
[Address(RVA = "0x29E1310", Offset = "0x29E0110", VA = "0x1829E1310")]
internal static DefaultProxySectionInternal GetSection()
{
return null;
}
// Token: 0x17000428 RID: 1064
// (get) Token: 0x06001478 RID: 5240 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000428")]
internal IWebProxy WebProxy
{
[Token(Token = "0x6001478")]
[Address(RVA = "0x3F6E20", Offset = "0x3F5C20", VA = "0x1803F6E20")]
get
{
return null;
}
}
// Token: 0x06001479 RID: 5241 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001479")]
[Address(RVA = "0x3F5100", Offset = "0x3F3F00", VA = "0x1803F5100")]
public DefaultProxySectionInternal()
{
}
// Token: 0x04000CFF RID: 3327
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x4000CFF")]
private IWebProxy webProxy;
// Token: 0x04000D00 RID: 3328
[Token(Token = "0x4000D00")]
private static object classSyncObject;
}
}
@@ -0,0 +1,70 @@
using System;
using System.Configuration;
using System.Net.Cache;
using System.Xml;
using Cpp2IlInjected;
namespace System.Net.Configuration
{
/// <summary>Represents the default FTP cache policy for network resources. This class cannot be inherited.</summary>
// Token: 0x0200039A RID: 922
[Token(Token = "0x200039A")]
public sealed class FtpCachePolicyElement : ConfigurationElement
{
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.FtpCachePolicyElement" /> class.</summary>
// Token: 0x0600184B RID: 6219 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600184B")]
[Address(RVA = "0x29E4BB0", Offset = "0x29E39B0", VA = "0x1829E4BB0")]
public FtpCachePolicyElement()
{
}
/// <summary>Gets or sets FTP caching behavior for the local machine.</summary>
/// <returns>A <see cref="T:System.Net.Cache.RequestCacheLevel" /> value that specifies the cache behavior.</returns>
// Token: 0x1700053C RID: 1340
// (get) Token: 0x0600184C RID: 6220 RVA: 0x0000A7E8 File Offset: 0x000089E8
// (set) Token: 0x0600184D RID: 6221 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x1700053C")]
public RequestCacheLevel PolicyLevel
{
[Token(Token = "0x600184C")]
[Address(RVA = "0x29E4BE0", Offset = "0x29E39E0", VA = "0x1829E4BE0")]
get
{
return RequestCacheLevel.Default;
}
[Token(Token = "0x600184D")]
[Address(RVA = "0x29E4C40", Offset = "0x29E3A40", VA = "0x1829E4C40")]
set
{
}
}
// Token: 0x1700053D RID: 1341
// (get) Token: 0x0600184E RID: 6222 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700053D")]
protected override ConfigurationPropertyCollection Properties
{
[Token(Token = "0x600184E")]
[Address(RVA = "0x29E4C10", Offset = "0x29E3A10", VA = "0x1829E4C10", Slot = "4")]
get
{
return null;
}
}
// Token: 0x0600184F RID: 6223 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600184F")]
[Address(RVA = "0x29E4B50", Offset = "0x29E3950", VA = "0x1829E4B50", Slot = "5")]
protected override void DeserializeElement(XmlReader reader, bool serializeCollectionKey)
{
}
// Token: 0x06001850 RID: 6224 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001850")]
[Address(RVA = "0x29E4B80", Offset = "0x29E3980", VA = "0x1829E4B80", Slot = "9")]
protected override void Reset(ConfigurationElement parentElement)
{
}
}
}
@@ -0,0 +1,133 @@
using System;
using System.Configuration;
using System.Net.Cache;
using System.Xml;
using Cpp2IlInjected;
namespace System.Net.Configuration
{
/// <summary>Represents the default HTTP cache policy for network resources. This class cannot be inherited.</summary>
// Token: 0x0200039B RID: 923
[Token(Token = "0x200039B")]
public sealed class HttpCachePolicyElement : ConfigurationElement
{
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.HttpCachePolicyElement" /> class.</summary>
// Token: 0x06001851 RID: 6225 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001851")]
[Address(RVA = "0x29E5480", Offset = "0x29E4280", VA = "0x1829E5480")]
public HttpCachePolicyElement()
{
}
/// <summary>Gets or sets the maximum age permitted for a resource returned from the cache.</summary>
/// <returns>A <see cref="T:System.TimeSpan" /> value that specifies the maximum age for cached resources specified in the configuration file.</returns>
// Token: 0x1700053E RID: 1342
// (get) Token: 0x06001852 RID: 6226 RVA: 0x0000A800 File Offset: 0x00008A00
// (set) Token: 0x06001853 RID: 6227 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x1700053E")]
public TimeSpan MaximumAge
{
[Token(Token = "0x6001852")]
[Address(RVA = "0x29E54B0", Offset = "0x29E42B0", VA = "0x1829E54B0")]
get
{
return default(TimeSpan);
}
[Token(Token = "0x6001853")]
[Address(RVA = "0x29E55A0", Offset = "0x29E43A0", VA = "0x1829E55A0")]
set
{
}
}
/// <summary>Gets or sets the maximum staleness value permitted for a resource returned from the cache.</summary>
/// <returns>A <see cref="T:System.TimeSpan" /> value that is set to the maximum staleness value specified in the configuration file.</returns>
// Token: 0x1700053F RID: 1343
// (get) Token: 0x06001854 RID: 6228 RVA: 0x0000A818 File Offset: 0x00008A18
// (set) Token: 0x06001855 RID: 6229 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x1700053F")]
public TimeSpan MaximumStale
{
[Token(Token = "0x6001854")]
[Address(RVA = "0x29E54E0", Offset = "0x29E42E0", VA = "0x1829E54E0")]
get
{
return default(TimeSpan);
}
[Token(Token = "0x6001855")]
[Address(RVA = "0x29E55D0", Offset = "0x29E43D0", VA = "0x1829E55D0")]
set
{
}
}
/// <summary>Gets or sets the minimum freshness permitted for a resource returned from the cache.</summary>
/// <returns>A <see cref="T:System.TimeSpan" /> value that specifies the minimum freshness specified in the configuration file.</returns>
// Token: 0x17000540 RID: 1344
// (get) Token: 0x06001856 RID: 6230 RVA: 0x0000A830 File Offset: 0x00008A30
// (set) Token: 0x06001857 RID: 6231 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x17000540")]
public TimeSpan MinimumFresh
{
[Token(Token = "0x6001856")]
[Address(RVA = "0x29E5510", Offset = "0x29E4310", VA = "0x1829E5510")]
get
{
return default(TimeSpan);
}
[Token(Token = "0x6001857")]
[Address(RVA = "0x29E5600", Offset = "0x29E4400", VA = "0x1829E5600")]
set
{
}
}
/// <summary>Gets or sets HTTP caching behavior for the local machine.</summary>
/// <returns>A <see cref="T:System.Net.Cache.HttpRequestCacheLevel" /> value that specifies the cache behavior.</returns>
// Token: 0x17000541 RID: 1345
// (get) Token: 0x06001858 RID: 6232 RVA: 0x0000A848 File Offset: 0x00008A48
// (set) Token: 0x06001859 RID: 6233 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x17000541")]
public HttpRequestCacheLevel PolicyLevel
{
[Token(Token = "0x6001858")]
[Address(RVA = "0x29E5540", Offset = "0x29E4340", VA = "0x1829E5540")]
get
{
return HttpRequestCacheLevel.Default;
}
[Token(Token = "0x6001859")]
[Address(RVA = "0x29E5630", Offset = "0x29E4430", VA = "0x1829E5630")]
set
{
}
}
// Token: 0x17000542 RID: 1346
// (get) Token: 0x0600185A RID: 6234 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000542")]
protected override ConfigurationPropertyCollection Properties
{
[Token(Token = "0x600185A")]
[Address(RVA = "0x29E5570", Offset = "0x29E4370", VA = "0x1829E5570", Slot = "4")]
get
{
return null;
}
}
// Token: 0x0600185B RID: 6235 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600185B")]
[Address(RVA = "0x29E5420", Offset = "0x29E4220", VA = "0x1829E5420", Slot = "5")]
protected override void DeserializeElement(XmlReader reader, bool serializeCollectionKey)
{
}
// Token: 0x0600185C RID: 6236 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600185C")]
[Address(RVA = "0x29E5450", Offset = "0x29E4250", VA = "0x1829E5450", Slot = "9")]
protected override void Reset(ConfigurationElement parentElement)
{
}
}
}
@@ -0,0 +1,63 @@
using System;
using System.Configuration;
using Cpp2IlInjected;
namespace System.Net.Configuration
{
/// <summary>Represents the HttpListener element in the configuration file. This class cannot be inherited.</summary>
// Token: 0x0200039C RID: 924
[Token(Token = "0x200039C")]
public sealed class HttpListenerElement : ConfigurationElement
{
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.HttpListenerElement" /> class.</summary>
// Token: 0x0600185D RID: 6237 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600185D")]
[Address(RVA = "0x29E5660", Offset = "0x29E4460", VA = "0x1829E5660")]
public HttpListenerElement()
{
}
// Token: 0x17000543 RID: 1347
// (get) Token: 0x0600185E RID: 6238 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000543")]
protected override ConfigurationPropertyCollection Properties
{
[Token(Token = "0x600185E")]
[Address(RVA = "0x29E5690", Offset = "0x29E4490", VA = "0x1829E5690", Slot = "4")]
get
{
return null;
}
}
/// <summary>Gets the default timeout elements used for an <see cref="T:System.Net.HttpListener" /> object.</summary>
/// <returns>The timeout elements used for an <see cref="T:System.Net.HttpListener" /> object.</returns>
// Token: 0x17000544 RID: 1348
// (get) Token: 0x0600185F RID: 6239 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000544")]
public HttpListenerTimeoutsElement Timeouts
{
[Token(Token = "0x600185F")]
[Address(RVA = "0x29E56C0", Offset = "0x29E44C0", VA = "0x1829E56C0")]
get
{
return null;
}
}
/// <summary>Gets a value that indicates if <see cref="T:System.Net.HttpListener" /> uses the raw unescaped URI instead of the converted URI.</summary>
/// <returns>A Boolean value that indicates if <see cref="T:System.Net.HttpListener" /> uses the raw unescaped URI, rather than the converted URI.</returns>
// Token: 0x17000545 RID: 1349
// (get) Token: 0x06001860 RID: 6240 RVA: 0x0000A860 File Offset: 0x00008A60
[Token(Token = "0x17000545")]
public bool UnescapeRequestUrl
{
[Token(Token = "0x6001860")]
[Address(RVA = "0x29E56F0", Offset = "0x29E44F0", VA = "0x1829E56F0")]
get
{
return default(bool);
}
}
}
}
@@ -0,0 +1,123 @@
using System;
using System.Configuration;
using Cpp2IlInjected;
namespace System.Net.Configuration
{
/// <summary>Represents the <see cref="T:System.Net.HttpListener" /> timeouts element in the configuration file. This class cannot be inherited.</summary>
// Token: 0x0200039D RID: 925
[Token(Token = "0x200039D")]
public sealed class HttpListenerTimeoutsElement : ConfigurationElement
{
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.HttpListenerTimeoutsElement" /> class.</summary>
// Token: 0x06001861 RID: 6241 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001861")]
[Address(RVA = "0x29E5720", Offset = "0x29E4520", VA = "0x1829E5720")]
public HttpListenerTimeoutsElement()
{
}
/// <summary>Gets the time, in seconds, allowed for the <see cref="T:System.Net.HttpListener" /> to drain the entity body on a Keep-Alive connection.</summary>
/// <returns>The time, in seconds, allowed for the <see cref="T:System.Net.HttpListener" /> to drain the entity body on a Keep-Alive connection.</returns>
// Token: 0x17000546 RID: 1350
// (get) Token: 0x06001862 RID: 6242 RVA: 0x0000A878 File Offset: 0x00008A78
[Token(Token = "0x17000546")]
public TimeSpan DrainEntityBody
{
[Token(Token = "0x6001862")]
[Address(RVA = "0x29E5750", Offset = "0x29E4550", VA = "0x1829E5750")]
get
{
return default(TimeSpan);
}
}
/// <summary>Gets the time, in seconds, allowed for the request entity body to arrive.</summary>
/// <returns>The time, in seconds, allowed for the request entity body to arrive.</returns>
// Token: 0x17000547 RID: 1351
// (get) Token: 0x06001863 RID: 6243 RVA: 0x0000A890 File Offset: 0x00008A90
[Token(Token = "0x17000547")]
public TimeSpan EntityBody
{
[Token(Token = "0x6001863")]
[Address(RVA = "0x29E5780", Offset = "0x29E4580", VA = "0x1829E5780")]
get
{
return default(TimeSpan);
}
}
/// <summary>Gets the time, in seconds, allowed for the <see cref="T:System.Net.HttpListener" /> to parse the request header.</summary>
/// <returns>The time, in seconds, allowed for the <see cref="T:System.Net.HttpListener" /> to parse the request header.</returns>
// Token: 0x17000548 RID: 1352
// (get) Token: 0x06001864 RID: 6244 RVA: 0x0000A8A8 File Offset: 0x00008AA8
[Token(Token = "0x17000548")]
public TimeSpan HeaderWait
{
[Token(Token = "0x6001864")]
[Address(RVA = "0x29E57B0", Offset = "0x29E45B0", VA = "0x1829E57B0")]
get
{
return default(TimeSpan);
}
}
/// <summary>Gets the time, in seconds, allowed for an idle connection.</summary>
/// <returns>The time, in seconds, allowed for an idle connection.</returns>
// Token: 0x17000549 RID: 1353
// (get) Token: 0x06001865 RID: 6245 RVA: 0x0000A8C0 File Offset: 0x00008AC0
[Token(Token = "0x17000549")]
public TimeSpan IdleConnection
{
[Token(Token = "0x6001865")]
[Address(RVA = "0x29E57E0", Offset = "0x29E45E0", VA = "0x1829E57E0")]
get
{
return default(TimeSpan);
}
}
/// <summary>Gets the minimum send rate, in bytes-per-second, for the response.</summary>
/// <returns>The minimum send rate, in bytes-per-second, for the response.</returns>
// Token: 0x1700054A RID: 1354
// (get) Token: 0x06001866 RID: 6246 RVA: 0x0000A8D8 File Offset: 0x00008AD8
[Token(Token = "0x1700054A")]
public long MinSendBytesPerSecond
{
[Token(Token = "0x6001866")]
[Address(RVA = "0x29E5810", Offset = "0x29E4610", VA = "0x1829E5810")]
get
{
return 0L;
}
}
// Token: 0x1700054B RID: 1355
// (get) Token: 0x06001867 RID: 6247 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700054B")]
protected override ConfigurationPropertyCollection Properties
{
[Token(Token = "0x6001867")]
[Address(RVA = "0x29E5840", Offset = "0x29E4640", VA = "0x1829E5840", Slot = "4")]
get
{
return null;
}
}
/// <summary>Gets the time, in seconds, allowed for the request to remain in the request queue before the <see cref="T:System.Net.HttpListener" /> picks it up.</summary>
/// <returns>The time, in seconds, allowed for the request to remain in the request queue before the <see cref="T:System.Net.HttpListener" /> picks it up.</returns>
// Token: 0x1700054C RID: 1356
// (get) Token: 0x06001868 RID: 6248 RVA: 0x0000A8F0 File Offset: 0x00008AF0
[Token(Token = "0x1700054C")]
public TimeSpan RequestQueue
{
[Token(Token = "0x6001868")]
[Address(RVA = "0x29E5870", Offset = "0x29E4670", VA = "0x1829E5870")]
get
{
return default(TimeSpan);
}
}
}
}
@@ -0,0 +1,125 @@
using System;
using System.Configuration;
using Cpp2IlInjected;
namespace System.Net.Configuration
{
/// <summary>Represents the maximum length for response headers. This class cannot be inherited.</summary>
// Token: 0x0200039E RID: 926
[Token(Token = "0x200039E")]
public sealed class HttpWebRequestElement : ConfigurationElement
{
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.HttpWebRequestElement" /> class.</summary>
// Token: 0x06001869 RID: 6249 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001869")]
[Address(RVA = "0x29E58D0", Offset = "0x29E46D0", VA = "0x1829E58D0")]
public HttpWebRequestElement()
{
}
/// <summary>Gets or sets the maximum allowed length of an error response.</summary>
/// <returns>A 32-bit signed integer containing the maximum length in kilobytes (1024 bytes) of the error response. The default value is 64.</returns>
// Token: 0x1700054D RID: 1357
// (get) Token: 0x0600186A RID: 6250 RVA: 0x0000A908 File Offset: 0x00008B08
// (set) Token: 0x0600186B RID: 6251 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x1700054D")]
public int MaximumErrorResponseLength
{
[Token(Token = "0x600186A")]
[Address(RVA = "0x29E5900", Offset = "0x29E4700", VA = "0x1829E5900")]
get
{
return 0;
}
[Token(Token = "0x600186B")]
[Address(RVA = "0x29E59F0", Offset = "0x29E47F0", VA = "0x1829E59F0")]
set
{
}
}
/// <summary>Gets or sets the maximum allowed length of the response headers.</summary>
/// <returns>A 32-bit signed integer containing the maximum length in kilobytes (1024 bytes) of the response headers. The default value is 64.</returns>
// Token: 0x1700054E RID: 1358
// (get) Token: 0x0600186C RID: 6252 RVA: 0x0000A920 File Offset: 0x00008B20
// (set) Token: 0x0600186D RID: 6253 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x1700054E")]
public int MaximumResponseHeadersLength
{
[Token(Token = "0x600186C")]
[Address(RVA = "0x29E5930", Offset = "0x29E4730", VA = "0x1829E5930")]
get
{
return 0;
}
[Token(Token = "0x600186D")]
[Address(RVA = "0x29E5A20", Offset = "0x29E4820", VA = "0x1829E5A20")]
set
{
}
}
/// <summary>Gets or sets the maximum length of an upload in response to an unauthorized error code.</summary>
/// <returns>A 32-bit signed integer containing the maximum length (in multiple of 1,024 byte units) of an upload in response to an unauthorized error code. A value of -1 indicates that no size limit will be imposed on the upload. Setting the <see cref="P:System.Net.Configuration.HttpWebRequestElement.MaximumUnauthorizedUploadLength" /> property to any other value will only send the request body if it is smaller than the number of bytes specified. So a value of 1 would indicate to only send the request body if it is smaller than 1,024 bytes.
/// The default value for this property is -1.</returns>
// Token: 0x1700054F RID: 1359
// (get) Token: 0x0600186E RID: 6254 RVA: 0x0000A938 File Offset: 0x00008B38
// (set) Token: 0x0600186F RID: 6255 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x1700054F")]
public int MaximumUnauthorizedUploadLength
{
[Token(Token = "0x600186E")]
[Address(RVA = "0x29E5960", Offset = "0x29E4760", VA = "0x1829E5960")]
get
{
return 0;
}
[Token(Token = "0x600186F")]
[Address(RVA = "0x29E5A50", Offset = "0x29E4850", VA = "0x1829E5A50")]
set
{
}
}
// Token: 0x17000550 RID: 1360
// (get) Token: 0x06001870 RID: 6256 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000550")]
protected override ConfigurationPropertyCollection Properties
{
[Token(Token = "0x6001870")]
[Address(RVA = "0x29E5990", Offset = "0x29E4790", VA = "0x1829E5990", Slot = "4")]
get
{
return null;
}
}
/// <summary>Setting this property ignores validation errors that occur during HTTP parsing.</summary>
/// <returns>Boolean that indicates whether this property has been set.</returns>
// Token: 0x17000551 RID: 1361
// (get) Token: 0x06001871 RID: 6257 RVA: 0x0000A950 File Offset: 0x00008B50
// (set) Token: 0x06001872 RID: 6258 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x17000551")]
public bool UseUnsafeHeaderParsing
{
[Token(Token = "0x6001871")]
[Address(RVA = "0x29E59C0", Offset = "0x29E47C0", VA = "0x1829E59C0")]
get
{
return default(bool);
}
[Token(Token = "0x6001872")]
[Address(RVA = "0x29E5A80", Offset = "0x29E4880", VA = "0x1829E5A80")]
set
{
}
}
// Token: 0x06001873 RID: 6259 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001873")]
[Address(RVA = "0x29E58A0", Offset = "0x29E46A0", VA = "0x1829E58A0", Slot = "8")]
protected override void PostDeserialize()
{
}
}
}
+55
View File
@@ -0,0 +1,55 @@
using System;
using System.Configuration;
using Cpp2IlInjected;
namespace System.Net.Configuration
{
/// <summary>Determines whether Internet Protocol version 6 is enabled on the local computer. This class cannot be inherited.</summary>
// Token: 0x0200039F RID: 927
[Token(Token = "0x200039F")]
public sealed class Ipv6Element : ConfigurationElement
{
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.Ipv6Element" /> class.</summary>
// Token: 0x06001874 RID: 6260 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001874")]
[Address(RVA = "0x29E7D00", Offset = "0x29E6B00", VA = "0x1829E7D00")]
public Ipv6Element()
{
}
/// <summary>Gets or sets a Boolean value that indicates whether Internet Protocol version 6 is enabled on the local computer.</summary>
/// <returns>
/// <see langword="true" /> if IPv6 is enabled; otherwise, <see langword="false" />.</returns>
// Token: 0x17000552 RID: 1362
// (get) Token: 0x06001875 RID: 6261 RVA: 0x0000A968 File Offset: 0x00008B68
// (set) Token: 0x06001876 RID: 6262 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x17000552")]
public bool Enabled
{
[Token(Token = "0x6001875")]
[Address(RVA = "0x29E7D30", Offset = "0x29E6B30", VA = "0x1829E7D30")]
get
{
return default(bool);
}
[Token(Token = "0x6001876")]
[Address(RVA = "0x29E7D90", Offset = "0x29E6B90", VA = "0x1829E7D90")]
set
{
}
}
// Token: 0x17000553 RID: 1363
// (get) Token: 0x06001877 RID: 6263 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000553")]
protected override ConfigurationPropertyCollection Properties
{
[Token(Token = "0x6001877")]
[Address(RVA = "0x29E7D60", Offset = "0x29E6B60", VA = "0x1829E7D60", Slot = "4")]
get
{
return null;
}
}
}
}
@@ -0,0 +1,35 @@
using System;
using System.Configuration;
using Cpp2IlInjected;
namespace System.Net.Configuration
{
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.MailSettingsSectionGroup" /> class.</summary>
// Token: 0x020003A0 RID: 928
[Token(Token = "0x20003A0")]
public sealed class MailSettingsSectionGroup : ConfigurationSectionGroup
{
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.MailSettingsSectionGroup" /> class.</summary>
// Token: 0x06001878 RID: 6264 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001878")]
[Address(RVA = "0x29E8BC0", Offset = "0x29E79C0", VA = "0x1829E8BC0")]
public MailSettingsSectionGroup()
{
}
/// <summary>Gets the SMTP settings for the local computer.</summary>
/// <returns>A <see cref="T:System.Net.Configuration.SmtpSection" /> object that contains configuration information for the local computer.</returns>
// Token: 0x17000554 RID: 1364
// (get) Token: 0x06001879 RID: 6265 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000554")]
public SmtpSection Smtp
{
[Token(Token = "0x6001879")]
[Address(RVA = "0x29E8BF0", Offset = "0x29E79F0", VA = "0x1829E8BF0")]
get
{
return null;
}
}
}
}
+54
View File
@@ -0,0 +1,54 @@
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: 0x02000395 RID: 917
[Token(Token = "0x2000395")]
public sealed class ModuleElement : ConfigurationElement
{
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.ModuleElement" /> class.</summary>
// Token: 0x0600183B RID: 6203 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600183B")]
[Address(RVA = "0x29E8C20", Offset = "0x29E7A20", VA = "0x1829E8C20")]
public ModuleElement()
{
}
// Token: 0x17000534 RID: 1332
// (get) Token: 0x0600183C RID: 6204 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000534")]
protected override ConfigurationPropertyCollection Properties
{
[Token(Token = "0x600183C")]
[Address(RVA = "0x29E8C50", Offset = "0x29E7A50", VA = "0x1829E8C50", 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: 0x17000535 RID: 1333
// (get) Token: 0x0600183D RID: 6205 RVA: 0x00002050 File Offset: 0x00000250
// (set) Token: 0x0600183E RID: 6206 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x17000535")]
public string Type
{
[Token(Token = "0x600183D")]
[Address(RVA = "0x29E8C80", Offset = "0x29E7A80", VA = "0x1829E8C80")]
get
{
return null;
}
[Token(Token = "0x600183E")]
[Address(RVA = "0x29E8CB0", Offset = "0x29E7AB0", VA = "0x1829E8CB0")]
set
{
}
}
}
}
+136
View File
@@ -0,0 +1,136 @@
using System;
using System.Configuration;
using Cpp2IlInjected;
namespace System.Net.Configuration
{
/// <summary>Gets the section group information for the networking namespaces. This class cannot be inherited.</summary>
// Token: 0x020003A4 RID: 932
[Token(Token = "0x20003A4")]
public sealed class NetSectionGroup : ConfigurationSectionGroup
{
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.NetSectionGroup" /> class.</summary>
// Token: 0x0600189B RID: 6299 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600189B")]
[Address(RVA = "0x29E8D10", Offset = "0x29E7B10", VA = "0x1829E8D10")]
public NetSectionGroup()
{
}
/// <summary>Gets the configuration section containing the authentication modules registered for the local computer.</summary>
/// <returns>A <see cref="T:System.Net.Configuration.AuthenticationModulesSection" /> object.</returns>
// Token: 0x17000566 RID: 1382
// (get) Token: 0x0600189C RID: 6300 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000566")]
public AuthenticationModulesSection AuthenticationModules
{
[Token(Token = "0x600189C")]
[Address(RVA = "0x29E8D40", Offset = "0x29E7B40", VA = "0x1829E8D40")]
get
{
return null;
}
}
/// <summary>Gets the configuration section containing the connection management settings for the local computer.</summary>
/// <returns>A <see cref="T:System.Net.Configuration.ConnectionManagementSection" /> object.</returns>
// Token: 0x17000567 RID: 1383
// (get) Token: 0x0600189D RID: 6301 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000567")]
public ConnectionManagementSection ConnectionManagement
{
[Token(Token = "0x600189D")]
[Address(RVA = "0x29E8D70", Offset = "0x29E7B70", VA = "0x1829E8D70")]
get
{
return null;
}
}
/// <summary>Gets the configuration section containing the default Web proxy server settings for the local computer.</summary>
/// <returns>A <see cref="T:System.Net.Configuration.DefaultProxySection" /> object.</returns>
// Token: 0x17000568 RID: 1384
// (get) Token: 0x0600189E RID: 6302 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000568")]
public DefaultProxySection DefaultProxy
{
[Token(Token = "0x600189E")]
[Address(RVA = "0x29E8DA0", Offset = "0x29E7BA0", VA = "0x1829E8DA0")]
get
{
return null;
}
}
/// <summary>Gets the configuration section containing the SMTP client email settings for the local computer.</summary>
/// <returns>A <see cref="T:System.Net.Configuration.MailSettingsSectionGroup" /> object.</returns>
// Token: 0x17000569 RID: 1385
// (get) Token: 0x0600189F RID: 6303 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000569")]
public MailSettingsSectionGroup MailSettings
{
[Token(Token = "0x600189F")]
[Address(RVA = "0x29E8DD0", Offset = "0x29E7BD0", VA = "0x1829E8DD0")]
get
{
return null;
}
}
/// <summary>Gets the configuration section containing the cache configuration settings for the local computer.</summary>
/// <returns>A <see cref="T:System.Net.Configuration.RequestCachingSection" /> object.</returns>
// Token: 0x1700056A RID: 1386
// (get) Token: 0x060018A0 RID: 6304 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700056A")]
public RequestCachingSection RequestCaching
{
[Token(Token = "0x60018A0")]
[Address(RVA = "0x29E8E00", Offset = "0x29E7C00", VA = "0x1829E8E00")]
get
{
return null;
}
}
/// <summary>Gets the configuration section containing the network settings for the local computer.</summary>
/// <returns>A <see cref="T:System.Net.Configuration.SettingsSection" /> object.</returns>
// Token: 0x1700056B RID: 1387
// (get) Token: 0x060018A1 RID: 6305 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700056B")]
public SettingsSection Settings
{
[Token(Token = "0x60018A1")]
[Address(RVA = "0x29E8E30", Offset = "0x29E7C30", VA = "0x1829E8E30")]
get
{
return null;
}
}
/// <summary>Gets the configuration section containing the modules registered for use with the <see cref="T:System.Net.WebRequest" /> class.</summary>
/// <returns>A <see cref="T:System.Net.Configuration.WebRequestModulesSection" /> object.</returns>
// Token: 0x1700056C RID: 1388
// (get) Token: 0x060018A2 RID: 6306 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700056C")]
public WebRequestModulesSection WebRequestModules
{
[Token(Token = "0x60018A2")]
[Address(RVA = "0x29E8E60", Offset = "0x29E7C60", VA = "0x1829E8E60")]
get
{
return null;
}
}
/// <summary>Gets the <see langword="System.Net" /> configuration section group from the specified configuration file.</summary>
/// <param name="config">A <see cref="T:System.Configuration.Configuration" /> that represents a configuration file.</param>
/// <returns>A <see cref="T:System.Net.Configuration.NetSectionGroup" /> that represents the <see langword="System.Net" /> settings in <paramref name="config" />.</returns>
// Token: 0x060018A3 RID: 6307 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60018A3")]
[Address(RVA = "0x29E8CE0", Offset = "0x29E7AE0", VA = "0x1829E8CE0")]
public static NetSectionGroup GetSectionGroup(Configuration config)
{
return null;
}
}
}
@@ -0,0 +1,55 @@
using System;
using System.Configuration;
using Cpp2IlInjected;
namespace System.Net.Configuration
{
/// <summary>Represents the performance counter element in the <see langword="System.Net" /> configuration file that determines whether networking performance counters are enabled. This class cannot be inherited.</summary>
// Token: 0x020003A7 RID: 935
[Token(Token = "0x20003A7")]
public sealed class PerformanceCountersElement : ConfigurationElement
{
/// <summary>Instantiates a <see cref="T:System.Net.Configuration.PerformanceCountersElement" /> object.</summary>
// Token: 0x060018BC RID: 6332 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60018BC")]
[Address(RVA = "0x29E8F40", Offset = "0x29E7D40", VA = "0x1829E8F40")]
public PerformanceCountersElement()
{
}
/// <summary>Gets or sets whether performance counters are enabled.</summary>
/// <returns>
/// <see langword="true" /> if performance counters are enabled; otherwise, <see langword="false" />.</returns>
// Token: 0x1700057D RID: 1405
// (get) Token: 0x060018BD RID: 6333 RVA: 0x0000AA58 File Offset: 0x00008C58
// (set) Token: 0x060018BE RID: 6334 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x1700057D")]
public bool Enabled
{
[Token(Token = "0x60018BD")]
[Address(RVA = "0x29E8F70", Offset = "0x29E7D70", VA = "0x1829E8F70")]
get
{
return default(bool);
}
[Token(Token = "0x60018BE")]
[Address(RVA = "0x29E8FD0", Offset = "0x29E7DD0", VA = "0x1829E8FD0")]
set
{
}
}
// Token: 0x1700057E RID: 1406
// (get) Token: 0x060018BF RID: 6335 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700057E")]
protected override ConfigurationPropertyCollection Properties
{
[Token(Token = "0x60018BF")]
[Address(RVA = "0x29E8FA0", Offset = "0x29E7DA0", VA = "0x1829E8FA0", Slot = "4")]
get
{
return null;
}
}
}
}
+197
View File
@@ -0,0 +1,197 @@
using System;
using System.Configuration;
using Cpp2IlInjected;
namespace System.Net.Configuration
{
/// <summary>Identifies the configuration settings for Web proxy server. This class cannot be inherited.</summary>
// Token: 0x02000396 RID: 918
[Token(Token = "0x2000396")]
public sealed class ProxyElement : ConfigurationElement
{
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.ProxyElement" /> class.</summary>
// Token: 0x0600183F RID: 6207 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600183F")]
[Address(RVA = "0x29E9000", Offset = "0x29E7E00", VA = "0x1829E9000")]
public ProxyElement()
{
}
/// <summary>Gets or sets an <see cref="T:System.Net.Configuration.ProxyElement.AutoDetectValues" /> value that controls whether the Web proxy is automatically detected.</summary>
/// <returns>
/// <see cref="F:System.Net.Configuration.ProxyElement.AutoDetectValues.True" /> if the <see cref="T:System.Net.WebProxy" /> is automatically detected; <see cref="F:System.Net.Configuration.ProxyElement.AutoDetectValues.False" /> if the <see cref="T:System.Net.WebProxy" /> is not automatically detected; or <see cref="F:System.Net.Configuration.ProxyElement.AutoDetectValues.Unspecified" />.</returns>
// Token: 0x17000536 RID: 1334
// (get) Token: 0x06001840 RID: 6208 RVA: 0x0000A7A0 File Offset: 0x000089A0
// (set) Token: 0x06001841 RID: 6209 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x17000536")]
public ProxyElement.AutoDetectValues AutoDetect
{
[Token(Token = "0x6001840")]
[Address(RVA = "0x29E9030", Offset = "0x29E7E30", VA = "0x1829E9030")]
get
{
return ProxyElement.AutoDetectValues.False;
}
[Token(Token = "0x6001841")]
[Address(RVA = "0x29E9150", Offset = "0x29E7F50", VA = "0x1829E9150")]
set
{
}
}
/// <summary>Gets or sets a value that indicates whether local resources are retrieved by using a Web proxy server.</summary>
/// <returns>A value that indicates whether local resources are retrieved by using a Web proxy server.</returns>
// Token: 0x17000537 RID: 1335
// (get) Token: 0x06001842 RID: 6210 RVA: 0x0000A7B8 File Offset: 0x000089B8
// (set) Token: 0x06001843 RID: 6211 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x17000537")]
public ProxyElement.BypassOnLocalValues BypassOnLocal
{
[Token(Token = "0x6001842")]
[Address(RVA = "0x29E9060", Offset = "0x29E7E60", VA = "0x1829E9060")]
get
{
return ProxyElement.BypassOnLocalValues.False;
}
[Token(Token = "0x6001843")]
[Address(RVA = "0x29E9180", Offset = "0x29E7F80", VA = "0x1829E9180")]
set
{
}
}
// Token: 0x17000538 RID: 1336
// (get) Token: 0x06001844 RID: 6212 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000538")]
protected override ConfigurationPropertyCollection Properties
{
[Token(Token = "0x6001844")]
[Address(RVA = "0x29E9090", Offset = "0x29E7E90", VA = "0x1829E9090", Slot = "4")]
get
{
return null;
}
}
/// <summary>Gets or sets the URI that identifies the Web proxy server to use.</summary>
/// <returns>The URI that identifies the Web proxy server to use.</returns>
// Token: 0x17000539 RID: 1337
// (get) Token: 0x06001845 RID: 6213 RVA: 0x00002050 File Offset: 0x00000250
// (set) Token: 0x06001846 RID: 6214 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x17000539")]
public Uri ProxyAddress
{
[Token(Token = "0x6001845")]
[Address(RVA = "0x29E90C0", Offset = "0x29E7EC0", VA = "0x1829E90C0")]
get
{
return null;
}
[Token(Token = "0x6001846")]
[Address(RVA = "0x29E91B0", Offset = "0x29E7FB0", VA = "0x1829E91B0")]
set
{
}
}
/// <summary>Gets or sets an <see cref="T:System.Uri" /> value that specifies the location of the automatic proxy detection script.</summary>
/// <returns>A <see cref="T:System.Uri" /> specifying the location of the automatic proxy detection script.</returns>
// Token: 0x1700053A RID: 1338
// (get) Token: 0x06001847 RID: 6215 RVA: 0x00002050 File Offset: 0x00000250
// (set) Token: 0x06001848 RID: 6216 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x1700053A")]
public Uri ScriptLocation
{
[Token(Token = "0x6001847")]
[Address(RVA = "0x29E90F0", Offset = "0x29E7EF0", VA = "0x1829E90F0")]
get
{
return null;
}
[Token(Token = "0x6001848")]
[Address(RVA = "0x29E91E0", Offset = "0x29E7FE0", VA = "0x1829E91E0")]
set
{
}
}
/// <summary>Gets or sets a <see cref="T:System.Boolean" /> value that controls whether the Internet Explorer Web proxy settings are used.</summary>
/// <returns>
/// <see langword="true" /> if the Internet Explorer LAN settings are used to detect and configure the default <see cref="T:System.Net.WebProxy" /> used for requests; otherwise, <see langword="false" />.</returns>
// Token: 0x1700053B RID: 1339
// (get) Token: 0x06001849 RID: 6217 RVA: 0x0000A7D0 File Offset: 0x000089D0
// (set) Token: 0x0600184A RID: 6218 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x1700053B")]
public ProxyElement.UseSystemDefaultValues UseSystemDefault
{
[Token(Token = "0x6001849")]
[Address(RVA = "0x29E9120", Offset = "0x29E7F20", VA = "0x1829E9120")]
get
{
return ProxyElement.UseSystemDefaultValues.False;
}
[Token(Token = "0x600184A")]
[Address(RVA = "0x29E9210", Offset = "0x29E8010", VA = "0x1829E9210")]
set
{
}
}
/// <summary>Specifies whether the proxy is automatically detected.</summary>
// Token: 0x02000397 RID: 919
[Token(Token = "0x2000397")]
public enum AutoDetectValues
{
/// <summary>The proxy is not automatically detected.</summary>
// Token: 0x04000EE9 RID: 3817
[Token(Token = "0x4000EE9")]
False,
/// <summary>The proxy is automatically detected.</summary>
// Token: 0x04000EEA RID: 3818
[Token(Token = "0x4000EEA")]
True,
/// <summary>Unspecified.</summary>
// Token: 0x04000EEB RID: 3819
[Token(Token = "0x4000EEB")]
Unspecified = -1
}
/// <summary>Specifies whether the proxy is bypassed for local resources.</summary>
// Token: 0x02000398 RID: 920
[Token(Token = "0x2000398")]
public enum BypassOnLocalValues
{
/// <summary>All requests for local resources should go through the proxy</summary>
// Token: 0x04000EED RID: 3821
[Token(Token = "0x4000EED")]
False,
/// <summary>Access local resources directly.</summary>
// Token: 0x04000EEE RID: 3822
[Token(Token = "0x4000EEE")]
True,
/// <summary>Unspecified.</summary>
// Token: 0x04000EEF RID: 3823
[Token(Token = "0x4000EEF")]
Unspecified = -1
}
/// <summary>Specifies whether to use the local system proxy settings to determine whether the proxy is bypassed for local resources.</summary>
// Token: 0x02000399 RID: 921
[Token(Token = "0x2000399")]
public enum UseSystemDefaultValues
{
/// <summary>Do not use system default proxy setting values</summary>
// Token: 0x04000EF1 RID: 3825
[Token(Token = "0x4000EF1")]
False,
/// <summary>Use system default proxy setting values.</summary>
// Token: 0x04000EF2 RID: 3826
[Token(Token = "0x4000EF2")]
True,
/// <summary>The system default proxy setting is unspecified.</summary>
// Token: 0x04000EF3 RID: 3827
[Token(Token = "0x4000EF3")]
Unspecified = -1
}
}
}
@@ -0,0 +1,165 @@
using System;
using System.Configuration;
using System.Net.Cache;
using System.Xml;
using Cpp2IlInjected;
namespace System.Net.Configuration
{
/// <summary>Represents the configuration section for cache behavior. This class cannot be inherited.</summary>
// Token: 0x020003A5 RID: 933
[Token(Token = "0x20003A5")]
public sealed class RequestCachingSection : ConfigurationSection
{
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.RequestCachingSection" /> class.</summary>
// Token: 0x060018A4 RID: 6308 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60018A4")]
[Address(RVA = "0x29E99B0", Offset = "0x29E87B0", VA = "0x1829E99B0")]
public RequestCachingSection()
{
}
/// <summary>Gets the default FTP caching behavior for the local computer.</summary>
/// <returns>A <see cref="T:System.Net.Configuration.FtpCachePolicyElement" /> that defines the default cache policy.</returns>
// Token: 0x1700056D RID: 1389
// (get) Token: 0x060018A5 RID: 6309 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700056D")]
public FtpCachePolicyElement DefaultFtpCachePolicy
{
[Token(Token = "0x60018A5")]
[Address(RVA = "0x29E99E0", Offset = "0x29E87E0", VA = "0x1829E99E0")]
get
{
return null;
}
}
/// <summary>Gets the default caching behavior for the local computer.</summary>
/// <returns>A <see cref="T:System.Net.Configuration.HttpCachePolicyElement" /> that defines the default cache policy.</returns>
// Token: 0x1700056E RID: 1390
// (get) Token: 0x060018A6 RID: 6310 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700056E")]
public HttpCachePolicyElement DefaultHttpCachePolicy
{
[Token(Token = "0x60018A6")]
[Address(RVA = "0x29E9A10", Offset = "0x29E8810", VA = "0x1829E9A10")]
get
{
return null;
}
}
/// <summary>Gets or sets the default cache policy level.</summary>
/// <returns>A <see cref="T:System.Net.Cache.RequestCacheLevel" /> enumeration value.</returns>
// Token: 0x1700056F RID: 1391
// (get) Token: 0x060018A7 RID: 6311 RVA: 0x0000A9F8 File Offset: 0x00008BF8
// (set) Token: 0x060018A8 RID: 6312 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x1700056F")]
public RequestCacheLevel DefaultPolicyLevel
{
[Token(Token = "0x60018A7")]
[Address(RVA = "0x29E9A40", Offset = "0x29E8840", VA = "0x1829E9A40")]
get
{
return RequestCacheLevel.Default;
}
[Token(Token = "0x60018A8")]
[Address(RVA = "0x29E9B30", Offset = "0x29E8930", VA = "0x1829E9B30")]
set
{
}
}
/// <summary>Gets or sets a Boolean value that enables caching on the local computer.</summary>
/// <returns>
/// <see langword="true" /> if caching is disabled on the local computer; otherwise, <see langword="false" />.</returns>
// Token: 0x17000570 RID: 1392
// (get) Token: 0x060018A9 RID: 6313 RVA: 0x0000AA10 File Offset: 0x00008C10
// (set) Token: 0x060018AA RID: 6314 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x17000570")]
public bool DisableAllCaching
{
[Token(Token = "0x60018A9")]
[Address(RVA = "0x29E9A70", Offset = "0x29E8870", VA = "0x1829E9A70")]
get
{
return default(bool);
}
[Token(Token = "0x60018AA")]
[Address(RVA = "0x29E9B60", Offset = "0x29E8960", VA = "0x1829E9B60")]
set
{
}
}
/// <summary>Gets or sets a Boolean value that indicates whether the local computer cache is private.</summary>
/// <returns>
/// <see langword="true" /> if the cache provides user isolation; otherwise, <see langword="false" />.</returns>
// Token: 0x17000571 RID: 1393
// (get) Token: 0x060018AB RID: 6315 RVA: 0x0000AA28 File Offset: 0x00008C28
// (set) Token: 0x060018AC RID: 6316 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x17000571")]
public bool IsPrivateCache
{
[Token(Token = "0x60018AB")]
[Address(RVA = "0x29E9AA0", Offset = "0x29E88A0", VA = "0x1829E9AA0")]
get
{
return default(bool);
}
[Token(Token = "0x60018AC")]
[Address(RVA = "0x29E9B90", Offset = "0x29E8990", VA = "0x1829E9B90")]
set
{
}
}
// Token: 0x17000572 RID: 1394
// (get) Token: 0x060018AD RID: 6317 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000572")]
protected override ConfigurationPropertyCollection Properties
{
[Token(Token = "0x60018AD")]
[Address(RVA = "0x29E9AD0", Offset = "0x29E88D0", VA = "0x1829E9AD0", Slot = "4")]
get
{
return null;
}
}
/// <summary>Gets or sets a value used as the maximum age for cached resources that do not have expiration information.</summary>
/// <returns>A <see cref="T:System.TimeSpan" /> that provides a default maximum age for cached resources.</returns>
// Token: 0x17000573 RID: 1395
// (get) Token: 0x060018AE RID: 6318 RVA: 0x0000AA40 File Offset: 0x00008C40
// (set) Token: 0x060018AF RID: 6319 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x17000573")]
public TimeSpan UnspecifiedMaximumAge
{
[Token(Token = "0x60018AE")]
[Address(RVA = "0x29E9B00", Offset = "0x29E8900", VA = "0x1829E9B00")]
get
{
return default(TimeSpan);
}
[Token(Token = "0x60018AF")]
[Address(RVA = "0x29E9BC0", Offset = "0x29E89C0", VA = "0x1829E9BC0")]
set
{
}
}
// Token: 0x060018B0 RID: 6320 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60018B0")]
[Address(RVA = "0x29E9950", Offset = "0x29E8750", VA = "0x1829E9950", Slot = "5")]
protected override void DeserializeElement(XmlReader reader, bool serializeCollectionKey)
{
}
// Token: 0x060018B1 RID: 6321 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60018B1")]
[Address(RVA = "0x29E9980", Offset = "0x29E8780", VA = "0x1829E9980", Slot = "8")]
protected override void PostDeserialize()
{
}
}
}
@@ -0,0 +1,193 @@
using System;
using System.Configuration;
using System.Net.Security;
using Cpp2IlInjected;
namespace System.Net.Configuration
{
/// <summary>Represents the default settings used to create connections to a remote computer. This class cannot be inherited.</summary>
// Token: 0x020003A8 RID: 936
[Token(Token = "0x20003A8")]
public sealed class ServicePointManagerElement : ConfigurationElement
{
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.ServicePointManagerElement" /> class.</summary>
// Token: 0x060018C0 RID: 6336 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60018C0")]
[Address(RVA = "0x29EA170", Offset = "0x29E8F70", VA = "0x1829EA170")]
public ServicePointManagerElement()
{
}
/// <summary>Gets or sets a Boolean value that controls checking host name information in an X509 certificate.</summary>
/// <returns>
/// <see langword="true" /> to specify host name checking; otherwise, <see langword="false" />.</returns>
// Token: 0x1700057F RID: 1407
// (get) Token: 0x060018C1 RID: 6337 RVA: 0x0000AA70 File Offset: 0x00008C70
// (set) Token: 0x060018C2 RID: 6338 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x1700057F")]
public bool CheckCertificateName
{
[Token(Token = "0x60018C1")]
[Address(RVA = "0x29EA1A0", Offset = "0x29E8FA0", VA = "0x1829EA1A0")]
get
{
return default(bool);
}
[Token(Token = "0x60018C2")]
[Address(RVA = "0x29EA320", Offset = "0x29E9120", VA = "0x1829EA320")]
set
{
}
}
/// <summary>Gets or sets a Boolean value that indicates whether the certificate is checked against the certificate authority revocation list.</summary>
/// <returns>
/// <see langword="true" /> if the certificate revocation list is checked; otherwise, <see langword="false" />.The default value is <see langword="false" />.</returns>
// Token: 0x17000580 RID: 1408
// (get) Token: 0x060018C3 RID: 6339 RVA: 0x0000AA88 File Offset: 0x00008C88
// (set) Token: 0x060018C4 RID: 6340 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x17000580")]
public bool CheckCertificateRevocationList
{
[Token(Token = "0x60018C3")]
[Address(RVA = "0x29EA1D0", Offset = "0x29E8FD0", VA = "0x1829EA1D0")]
get
{
return default(bool);
}
[Token(Token = "0x60018C4")]
[Address(RVA = "0x29EA350", Offset = "0x29E9150", VA = "0x1829EA350")]
set
{
}
}
/// <summary>Gets or sets the amount of time after which address information is refreshed.</summary>
/// <returns>A <see cref="T:System.TimeSpan" /> that specifies when addresses are resolved using DNS.</returns>
// Token: 0x17000581 RID: 1409
// (get) Token: 0x060018C5 RID: 6341 RVA: 0x0000AAA0 File Offset: 0x00008CA0
// (set) Token: 0x060018C6 RID: 6342 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x17000581")]
public int DnsRefreshTimeout
{
[Token(Token = "0x60018C5")]
[Address(RVA = "0x29EA200", Offset = "0x29E9000", VA = "0x1829EA200")]
get
{
return 0;
}
[Token(Token = "0x60018C6")]
[Address(RVA = "0x29EA380", Offset = "0x29E9180", VA = "0x1829EA380")]
set
{
}
}
/// <summary>Gets or sets a Boolean value that controls using different IP addresses on connections to the same server.</summary>
/// <returns>
/// <see langword="true" /> to enable DNS round-robin behavior; otherwise, <see langword="false" />.</returns>
// Token: 0x17000582 RID: 1410
// (get) Token: 0x060018C7 RID: 6343 RVA: 0x0000AAB8 File Offset: 0x00008CB8
// (set) Token: 0x060018C8 RID: 6344 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x17000582")]
public bool EnableDnsRoundRobin
{
[Token(Token = "0x60018C7")]
[Address(RVA = "0x29EA230", Offset = "0x29E9030", VA = "0x1829EA230")]
get
{
return default(bool);
}
[Token(Token = "0x60018C8")]
[Address(RVA = "0x29EA3B0", Offset = "0x29E91B0", VA = "0x1829EA3B0")]
set
{
}
}
/// <summary>Gets or sets the <see cref="T:System.Net.Security.EncryptionPolicy" /> to use.</summary>
/// <returns>The encryption policy to use for a <see cref="T:System.Net.ServicePointManager" /> instance.</returns>
// Token: 0x17000583 RID: 1411
// (get) Token: 0x060018C9 RID: 6345 RVA: 0x0000AAD0 File Offset: 0x00008CD0
// (set) Token: 0x060018CA RID: 6346 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x17000583")]
public EncryptionPolicy EncryptionPolicy
{
[Token(Token = "0x60018C9")]
[Address(RVA = "0x29EA260", Offset = "0x29E9060", VA = "0x1829EA260")]
get
{
return EncryptionPolicy.RequireEncryption;
}
[Token(Token = "0x60018CA")]
[Address(RVA = "0x29EA3E0", Offset = "0x29E91E0", VA = "0x1829EA3E0")]
set
{
}
}
/// <summary>Gets or sets a Boolean value that determines whether 100-Continue behavior is used.</summary>
/// <returns>
/// <see langword="true" /> to expect 100-Continue responses for <see langword="POST" /> requests; otherwise, <see langword="false" />. The default value is <see langword="true" />.</returns>
// Token: 0x17000584 RID: 1412
// (get) Token: 0x060018CB RID: 6347 RVA: 0x0000AAE8 File Offset: 0x00008CE8
// (set) Token: 0x060018CC RID: 6348 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x17000584")]
public bool Expect100Continue
{
[Token(Token = "0x60018CB")]
[Address(RVA = "0x29EA290", Offset = "0x29E9090", VA = "0x1829EA290")]
get
{
return default(bool);
}
[Token(Token = "0x60018CC")]
[Address(RVA = "0x29EA410", Offset = "0x29E9210", VA = "0x1829EA410")]
set
{
}
}
// Token: 0x17000585 RID: 1413
// (get) Token: 0x060018CD RID: 6349 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000585")]
protected override ConfigurationPropertyCollection Properties
{
[Token(Token = "0x60018CD")]
[Address(RVA = "0x29EA2C0", Offset = "0x29E90C0", VA = "0x1829EA2C0", Slot = "4")]
get
{
return null;
}
}
/// <summary>Gets or sets a Boolean value that determines whether the Nagle algorithm is used.</summary>
/// <returns>
/// <see langword="true" /> to use the Nagle algorithm; otherwise, <see langword="false" />. The default value is <see langword="true" />.</returns>
// Token: 0x17000586 RID: 1414
// (get) Token: 0x060018CE RID: 6350 RVA: 0x0000AB00 File Offset: 0x00008D00
// (set) Token: 0x060018CF RID: 6351 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x17000586")]
public bool UseNagleAlgorithm
{
[Token(Token = "0x60018CE")]
[Address(RVA = "0x29EA2F0", Offset = "0x29E90F0", VA = "0x1829EA2F0")]
get
{
return default(bool);
}
[Token(Token = "0x60018CF")]
[Address(RVA = "0x29EA440", Offset = "0x29E9240", VA = "0x1829EA440")]
set
{
}
}
// Token: 0x060018D0 RID: 6352 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60018D0")]
[Address(RVA = "0x29EA140", Offset = "0x29E8F40", VA = "0x1829EA140", Slot = "8")]
protected override void PostDeserialize()
{
}
}
}
+154
View File
@@ -0,0 +1,154 @@
using System;
using System.Configuration;
using Cpp2IlInjected;
namespace System.Net.Configuration
{
/// <summary>Represents the configuration section for sockets, IPv6, response headers, and service points. This class cannot be inherited.</summary>
// Token: 0x020003A6 RID: 934
[Token(Token = "0x20003A6")]
public sealed class SettingsSection : ConfigurationSection
{
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.ConnectionManagementSection" /> class.</summary>
// Token: 0x060018B2 RID: 6322 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60018B2")]
[Address(RVA = "0x29EA550", Offset = "0x29E9350", VA = "0x1829EA550")]
public SettingsSection()
{
}
/// <summary>Gets the configuration element that controls the settings used by an <see cref="T:System.Net.HttpListener" /> object.</summary>
/// <returns>An <see cref="T:System.Net.Configuration.HttpListenerElement" /> object.
/// The configuration element that controls the settings used by an <see cref="T:System.Net.HttpListener" /> object.</returns>
// Token: 0x17000574 RID: 1396
// (get) Token: 0x060018B3 RID: 6323 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000574")]
public HttpListenerElement HttpListener
{
[Token(Token = "0x60018B3")]
[Address(RVA = "0x29EA580", Offset = "0x29E9380", VA = "0x1829EA580")]
get
{
return null;
}
}
/// <summary>Gets the configuration element that controls the settings used by an <see cref="T:System.Net.HttpWebRequest" /> object.</summary>
/// <returns>The configuration element that controls the maximum response header length and other settings used by an <see cref="T:System.Net.HttpWebRequest" /> object.</returns>
// Token: 0x17000575 RID: 1397
// (get) Token: 0x060018B4 RID: 6324 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000575")]
public HttpWebRequestElement HttpWebRequest
{
[Token(Token = "0x60018B4")]
[Address(RVA = "0x29EA5B0", Offset = "0x29E93B0", VA = "0x1829EA5B0")]
get
{
return null;
}
}
/// <summary>Gets the configuration element that enables Internet Protocol version 6 (IPv6).</summary>
/// <returns>The configuration element that controls the setting used by IPv6.</returns>
// Token: 0x17000576 RID: 1398
// (get) Token: 0x060018B5 RID: 6325 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000576")]
public Ipv6Element Ipv6
{
[Token(Token = "0x60018B5")]
[Address(RVA = "0x29EA5E0", Offset = "0x29E93E0", VA = "0x1829EA5E0")]
get
{
return null;
}
}
/// <summary>Gets the configuration element that controls whether network performance counters are enabled.</summary>
/// <returns>The configuration element that controls usage of network performance counters.</returns>
// Token: 0x17000577 RID: 1399
// (get) Token: 0x060018B6 RID: 6326 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000577")]
public PerformanceCountersElement PerformanceCounters
{
[Token(Token = "0x60018B6")]
[Address(RVA = "0x29EA610", Offset = "0x29E9410", VA = "0x1829EA610")]
get
{
return null;
}
}
// Token: 0x17000578 RID: 1400
// (get) Token: 0x060018B7 RID: 6327 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000578")]
protected override ConfigurationPropertyCollection Properties
{
[Token(Token = "0x60018B7")]
[Address(RVA = "0x29EA640", Offset = "0x29E9440", VA = "0x1829EA640", Slot = "4")]
get
{
return null;
}
}
/// <summary>Gets the configuration element that controls settings for connections to remote host computers.</summary>
/// <returns>The configuration element that controls settings for connections to remote host computers.</returns>
// Token: 0x17000579 RID: 1401
// (get) Token: 0x060018B8 RID: 6328 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000579")]
public ServicePointManagerElement ServicePointManager
{
[Token(Token = "0x60018B8")]
[Address(RVA = "0x29EA670", Offset = "0x29E9470", VA = "0x1829EA670")]
get
{
return null;
}
}
/// <summary>Gets the configuration element that controls settings for sockets.</summary>
/// <returns>The configuration element that controls settings for sockets.</returns>
// Token: 0x1700057A RID: 1402
// (get) Token: 0x060018B9 RID: 6329 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700057A")]
public SocketElement Socket
{
[Token(Token = "0x60018B9")]
[Address(RVA = "0x29EA6A0", Offset = "0x29E94A0", VA = "0x1829EA6A0")]
get
{
return null;
}
}
/// <summary>Gets the configuration element that controls the execution timeout and download timeout of Web proxy scripts.</summary>
/// <returns>The configuration element that controls settings for the execution timeout and download timeout used by the Web proxy scripts.</returns>
// Token: 0x1700057B RID: 1403
// (get) Token: 0x060018BA RID: 6330 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700057B")]
public WebProxyScriptElement WebProxyScript
{
[Token(Token = "0x60018BA")]
[Address(RVA = "0x29EA6D0", Offset = "0x29E94D0", VA = "0x1829EA6D0")]
get
{
return null;
}
}
/// <summary>Gets the configuration element that controls the settings used by an <see cref="T:System.Net.WebUtility" /> object.</summary>
/// <returns>The configuration element that controls the settings used by a <see cref="T:System.Net.WebUtility" /> object.</returns>
// Token: 0x1700057C RID: 1404
// (get) Token: 0x060018BB RID: 6331 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700057C")]
public WebUtilityElement WebUtility
{
[Token(Token = "0x60018BB")]
[Address(RVA = "0x29EA700", Offset = "0x29E9500", VA = "0x1829EA700")]
get
{
return null;
}
}
}
}
@@ -0,0 +1,207 @@
using System;
using System.Net.Security;
using System.Net.Sockets;
using System.Runtime.CompilerServices;
using Cpp2IlInjected;
namespace System.Net.Configuration
{
// Token: 0x0200030A RID: 778
[Token(Token = "0x200030A")]
internal sealed class SettingsSectionInternal
{
// Token: 0x17000429 RID: 1065
// (get) Token: 0x0600147A RID: 5242 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000429")]
internal static SettingsSectionInternal Section
{
[Token(Token = "0x600147A")]
[Address(RVA = "0x29EA4F0", Offset = "0x29E92F0", VA = "0x1829EA4F0")]
get
{
return null;
}
}
// Token: 0x1700042A RID: 1066
// (get) Token: 0x0600147B RID: 5243 RVA: 0x00009390 File Offset: 0x00007590
// (set) Token: 0x0600147C RID: 5244 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x1700042A")]
internal bool UseNagleAlgorithm
{
[Token(Token = "0x600147B")]
[Address(RVA = "0x42C2C0", Offset = "0x42B0C0", VA = "0x18042C2C0")]
[CompilerGenerated]
get
{
return default(bool);
}
[Token(Token = "0x600147C")]
[Address(RVA = "0x43DE90", Offset = "0x43CC90", VA = "0x18043DE90")]
[CompilerGenerated]
set
{
}
}
// Token: 0x1700042B RID: 1067
// (get) Token: 0x0600147D RID: 5245 RVA: 0x000093A8 File Offset: 0x000075A8
// (set) Token: 0x0600147E RID: 5246 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x1700042B")]
internal bool Expect100Continue
{
[Token(Token = "0x600147D")]
[Address(RVA = "0x50FC80", Offset = "0x50EA80", VA = "0x18050FC80")]
[CompilerGenerated]
get
{
return default(bool);
}
[Token(Token = "0x600147E")]
[Address(RVA = "0x745E50", Offset = "0x744C50", VA = "0x180745E50")]
[CompilerGenerated]
set
{
}
}
// Token: 0x1700042C RID: 1068
// (get) Token: 0x0600147F RID: 5247 RVA: 0x000093C0 File Offset: 0x000075C0
// (set) Token: 0x06001480 RID: 5248 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x1700042C")]
internal bool CheckCertificateName
{
[Token(Token = "0x600147F")]
[Address(RVA = "0x761D60", Offset = "0x760B60", VA = "0x180761D60")]
[CompilerGenerated]
get
{
return default(bool);
}
[Token(Token = "0x6001480")]
[Address(RVA = "0x745E60", Offset = "0x744C60", VA = "0x180745E60")]
[CompilerGenerated]
private set
{
}
}
// Token: 0x1700042D RID: 1069
// (get) Token: 0x06001481 RID: 5249 RVA: 0x000093D8 File Offset: 0x000075D8
// (set) Token: 0x06001482 RID: 5250 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x1700042D")]
internal int DnsRefreshTimeout
{
[Token(Token = "0x6001481")]
[Address(RVA = "0x41F5B0", Offset = "0x41E3B0", VA = "0x18041F5B0")]
[CompilerGenerated]
get
{
return 0;
}
[Token(Token = "0x6001482")]
[Address(RVA = "0x41F730", Offset = "0x41E530", VA = "0x18041F730")]
[CompilerGenerated]
set
{
}
}
// Token: 0x1700042E RID: 1070
// (get) Token: 0x06001483 RID: 5251 RVA: 0x000093F0 File Offset: 0x000075F0
// (set) Token: 0x06001484 RID: 5252 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x1700042E")]
internal bool EnableDnsRoundRobin
{
[Token(Token = "0x6001483")]
[Address(RVA = "0x3F71D0", Offset = "0x3F5FD0", VA = "0x1803F71D0")]
[CompilerGenerated]
get
{
return default(bool);
}
[Token(Token = "0x6001484")]
[Address(RVA = "0x41EF80", Offset = "0x41DD80", VA = "0x18041EF80")]
[CompilerGenerated]
set
{
}
}
// Token: 0x1700042F RID: 1071
// (get) Token: 0x06001485 RID: 5253 RVA: 0x00009408 File Offset: 0x00007608
// (set) Token: 0x06001486 RID: 5254 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x1700042F")]
internal bool CheckCertificateRevocationList
{
[Token(Token = "0x6001485")]
[Address(RVA = "0x41ED50", Offset = "0x41DB50", VA = "0x18041ED50")]
[CompilerGenerated]
get
{
return default(bool);
}
[Token(Token = "0x6001486")]
[Address(RVA = "0x41EF90", Offset = "0x41DD90", VA = "0x18041EF90")]
[CompilerGenerated]
set
{
}
}
// Token: 0x17000430 RID: 1072
// (get) Token: 0x06001487 RID: 5255 RVA: 0x00009420 File Offset: 0x00007620
// (set) Token: 0x06001488 RID: 5256 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x17000430")]
internal EncryptionPolicy EncryptionPolicy
{
[Token(Token = "0x6001487")]
[Address(RVA = "0x430CB0", Offset = "0x42FAB0", VA = "0x180430CB0")]
[CompilerGenerated]
get
{
return EncryptionPolicy.RequireEncryption;
}
[Token(Token = "0x6001488")]
[Address(RVA = "0x52A670", Offset = "0x529470", VA = "0x18052A670")]
[CompilerGenerated]
private set
{
}
}
// Token: 0x17000431 RID: 1073
// (get) Token: 0x06001489 RID: 5257 RVA: 0x00009438 File Offset: 0x00007638
[Token(Token = "0x17000431")]
internal bool Ipv6Enabled
{
[Token(Token = "0x6001489")]
[Address(RVA = "0x460D40", Offset = "0x45FB40", VA = "0x180460D40")]
get
{
return default(bool);
}
}
// Token: 0x0600148A RID: 5258 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600148A")]
[Address(RVA = "0x29EA4D0", Offset = "0x29E92D0", VA = "0x1829EA4D0")]
public SettingsSectionInternal()
{
}
// Token: 0x04000D0A RID: 3338
[Token(Token = "0x4000D0A")]
private static readonly SettingsSectionInternal instance;
// Token: 0x04000D0B RID: 3339
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x4000D0B")]
internal readonly bool HttpListenerUnescapeRequestUrl;
// Token: 0x04000D0C RID: 3340
[FieldOffset(Offset = "0x14")]
[Token(Token = "0x4000D0C")]
internal readonly IPProtectionLevel IPProtectionLevel;
}
}
@@ -0,0 +1,210 @@
using System;
using System.Configuration;
using Cpp2IlInjected;
namespace System.Net.Configuration
{
/// <summary>Represents the network element in the SMTP configuration file. This class cannot be inherited.</summary>
// Token: 0x020003A2 RID: 930
[Token(Token = "0x20003A2")]
public sealed class SmtpNetworkElement : ConfigurationElement
{
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.SmtpNetworkElement" /> class.</summary>
// Token: 0x06001884 RID: 6276 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001884")]
[Address(RVA = "0x29EA760", Offset = "0x29E9560", VA = "0x1829EA760")]
public SmtpNetworkElement()
{
}
/// <summary>Gets or sets the client domain name used in the initial SMTP protocol request to connect to an SMTP mail server.</summary>
/// <returns>A string that represents the client domain name used in the initial SMTP protocol request to connect to an SMTP mail server.</returns>
// Token: 0x1700055B RID: 1371
// (get) Token: 0x06001885 RID: 6277 RVA: 0x00002050 File Offset: 0x00000250
// (set) Token: 0x06001886 RID: 6278 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x1700055B")]
public string ClientDomain
{
[Token(Token = "0x6001885")]
[Address(RVA = "0x29EA790", Offset = "0x29E9590", VA = "0x1829EA790")]
get
{
return null;
}
[Token(Token = "0x6001886")]
[Address(RVA = "0x29EA940", Offset = "0x29E9740", VA = "0x1829EA940")]
set
{
}
}
/// <summary>Determines whether or not default user credentials are used to access an SMTP server. The default value is <see langword="false" />.</summary>
/// <returns>
/// <see langword="true" /> indicates that default user credentials will be used to access the SMTP server; otherwise, <see langword="false" />.</returns>
// Token: 0x1700055C RID: 1372
// (get) Token: 0x06001887 RID: 6279 RVA: 0x0000A9B0 File Offset: 0x00008BB0
// (set) Token: 0x06001888 RID: 6280 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x1700055C")]
public bool DefaultCredentials
{
[Token(Token = "0x6001887")]
[Address(RVA = "0x29EA7C0", Offset = "0x29E95C0", VA = "0x1829EA7C0")]
get
{
return default(bool);
}
[Token(Token = "0x6001888")]
[Address(RVA = "0x29EA970", Offset = "0x29E9770", VA = "0x1829EA970")]
set
{
}
}
/// <summary>Gets or sets whether SSL is used to access an SMTP mail server. The default value is <see langword="false" />.</summary>
/// <returns>
/// <see langword="true" /> indicates that SSL will be used to access the SMTP mail server; otherwise, <see langword="false" />.</returns>
// Token: 0x1700055D RID: 1373
// (get) Token: 0x06001889 RID: 6281 RVA: 0x0000A9C8 File Offset: 0x00008BC8
// (set) Token: 0x0600188A RID: 6282 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x1700055D")]
public bool EnableSsl
{
[Token(Token = "0x6001889")]
[Address(RVA = "0x29EA7F0", Offset = "0x29E95F0", VA = "0x1829EA7F0")]
get
{
return default(bool);
}
[Token(Token = "0x600188A")]
[Address(RVA = "0x29EA9A0", Offset = "0x29E97A0", VA = "0x1829EA9A0")]
set
{
}
}
/// <summary>Gets or sets the name of the SMTP server.</summary>
/// <returns>A string that represents the name of the SMTP server to connect to.</returns>
// Token: 0x1700055E RID: 1374
// (get) Token: 0x0600188B RID: 6283 RVA: 0x00002050 File Offset: 0x00000250
// (set) Token: 0x0600188C RID: 6284 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x1700055E")]
public string Host
{
[Token(Token = "0x600188B")]
[Address(RVA = "0x29EA820", Offset = "0x29E9620", VA = "0x1829EA820")]
get
{
return null;
}
[Token(Token = "0x600188C")]
[Address(RVA = "0x29EA9D0", Offset = "0x29E97D0", VA = "0x1829EA9D0")]
set
{
}
}
/// <summary>Gets or sets the user password to use to connect to an SMTP mail server.</summary>
/// <returns>A string that represents the password to use to connect to an SMTP mail server.</returns>
// Token: 0x1700055F RID: 1375
// (get) Token: 0x0600188D RID: 6285 RVA: 0x00002050 File Offset: 0x00000250
// (set) Token: 0x0600188E RID: 6286 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x1700055F")]
public string Password
{
[Token(Token = "0x600188D")]
[Address(RVA = "0x29EA850", Offset = "0x29E9650", VA = "0x1829EA850")]
get
{
return null;
}
[Token(Token = "0x600188E")]
[Address(RVA = "0x29EAA00", Offset = "0x29E9800", VA = "0x1829EAA00")]
set
{
}
}
/// <summary>Gets or sets the port that SMTP clients use to connect to an SMTP mail server. The default value is 25.</summary>
/// <returns>A string that represents the port to connect to an SMTP mail server.</returns>
// Token: 0x17000560 RID: 1376
// (get) Token: 0x0600188F RID: 6287 RVA: 0x0000A9E0 File Offset: 0x00008BE0
// (set) Token: 0x06001890 RID: 6288 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x17000560")]
public int Port
{
[Token(Token = "0x600188F")]
[Address(RVA = "0x29EA880", Offset = "0x29E9680", VA = "0x1829EA880")]
get
{
return 0;
}
[Token(Token = "0x6001890")]
[Address(RVA = "0x29EAA30", Offset = "0x29E9830", VA = "0x1829EAA30")]
set
{
}
}
// Token: 0x17000561 RID: 1377
// (get) Token: 0x06001891 RID: 6289 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000561")]
protected override ConfigurationPropertyCollection Properties
{
[Token(Token = "0x6001891")]
[Address(RVA = "0x29EA8B0", Offset = "0x29E96B0", VA = "0x1829EA8B0", Slot = "4")]
get
{
return null;
}
}
/// <summary>Gets or sets the Service Provider Name (SPN) to use for authentication when using extended protection to connect to an SMTP mail server.</summary>
/// <returns>A string that represents the SPN to use for authentication when using extended protection to connect to an SMTP mail server.</returns>
// Token: 0x17000562 RID: 1378
// (get) Token: 0x06001892 RID: 6290 RVA: 0x00002050 File Offset: 0x00000250
// (set) Token: 0x06001893 RID: 6291 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x17000562")]
public string TargetName
{
[Token(Token = "0x6001892")]
[Address(RVA = "0x29EA8E0", Offset = "0x29E96E0", VA = "0x1829EA8E0")]
get
{
return null;
}
[Token(Token = "0x6001893")]
[Address(RVA = "0x29EAA60", Offset = "0x29E9860", VA = "0x1829EAA60")]
set
{
}
}
/// <summary>Gets or sets the user name to connect to an SMTP mail server.</summary>
/// <returns>A string that represents the user name to connect to an SMTP mail server.</returns>
// Token: 0x17000563 RID: 1379
// (get) Token: 0x06001894 RID: 6292 RVA: 0x00002050 File Offset: 0x00000250
// (set) Token: 0x06001895 RID: 6293 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x17000563")]
public string UserName
{
[Token(Token = "0x6001894")]
[Address(RVA = "0x29EA910", Offset = "0x29E9710", VA = "0x1829EA910")]
get
{
return null;
}
[Token(Token = "0x6001895")]
[Address(RVA = "0x29EAA90", Offset = "0x29E9890", VA = "0x1829EAA90")]
set
{
}
}
// Token: 0x06001896 RID: 6294 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001896")]
[Address(RVA = "0x29EA730", Offset = "0x29E9530", VA = "0x1829EA730", Slot = "8")]
protected override void PostDeserialize()
{
}
}
}
+129
View File
@@ -0,0 +1,129 @@
using System;
using System.Configuration;
using System.Net.Mail;
using Cpp2IlInjected;
namespace System.Net.Configuration
{
/// <summary>Represents the SMTP section in the <see langword="System.Net" /> configuration file.</summary>
// Token: 0x020003A1 RID: 929
[Token(Token = "0x20003A1")]
public sealed class SmtpSection : ConfigurationSection
{
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.SmtpSection" /> class.</summary>
// Token: 0x0600187A RID: 6266 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600187A")]
[Address(RVA = "0x29EAAC0", Offset = "0x29E98C0", VA = "0x1829EAAC0")]
public SmtpSection()
{
}
/// <summary>Gets or sets the delivery format to use for sending outgoing email using the Simple Mail Transport Protocol (SMTP).</summary>
/// <returns>Returns <see cref="T:System.Net.Mail.SmtpDeliveryFormat" />.
/// The delivery format to use for sending outgoing email using SMTP.</returns>
// Token: 0x17000555 RID: 1365
// (get) Token: 0x0600187B RID: 6267 RVA: 0x0000A980 File Offset: 0x00008B80
// (set) Token: 0x0600187C RID: 6268 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x17000555")]
public SmtpDeliveryFormat DeliveryFormat
{
[Token(Token = "0x600187B")]
[Address(RVA = "0x29EAAF0", Offset = "0x29E98F0", VA = "0x1829EAAF0")]
get
{
return SmtpDeliveryFormat.SevenBit;
}
[Token(Token = "0x600187C")]
[Address(RVA = "0x29EAC10", Offset = "0x29E9A10", VA = "0x1829EAC10")]
set
{
}
}
/// <summary>Gets or sets the Simple Mail Transport Protocol (SMTP) delivery method. The default delivery method is <see cref="F:System.Net.Mail.SmtpDeliveryMethod.Network" />.</summary>
/// <returns>A string that represents the SMTP delivery method.</returns>
// Token: 0x17000556 RID: 1366
// (get) Token: 0x0600187D RID: 6269 RVA: 0x0000A998 File Offset: 0x00008B98
// (set) Token: 0x0600187E RID: 6270 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x17000556")]
public SmtpDeliveryMethod DeliveryMethod
{
[Token(Token = "0x600187D")]
[Address(RVA = "0x29EAB20", Offset = "0x29E9920", VA = "0x1829EAB20")]
get
{
return SmtpDeliveryMethod.Network;
}
[Token(Token = "0x600187E")]
[Address(RVA = "0x29EAC40", Offset = "0x29E9A40", VA = "0x1829EAC40")]
set
{
}
}
/// <summary>Gets or sets the default value that indicates who the email message is from.</summary>
/// <returns>A string that represents the default value indicating who a mail message is from.</returns>
// Token: 0x17000557 RID: 1367
// (get) Token: 0x0600187F RID: 6271 RVA: 0x00002050 File Offset: 0x00000250
// (set) Token: 0x06001880 RID: 6272 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x17000557")]
public string From
{
[Token(Token = "0x600187F")]
[Address(RVA = "0x29EAB50", Offset = "0x29E9950", VA = "0x1829EAB50")]
get
{
return null;
}
[Token(Token = "0x6001880")]
[Address(RVA = "0x29EAC70", Offset = "0x29E9A70", VA = "0x1829EAC70")]
set
{
}
}
/// <summary>Gets the configuration element that controls the network settings used by the Simple Mail Transport Protocol (SMTP). file.<see cref="T:System.Net.Configuration.SmtpNetworkElement" />.</summary>
/// <returns>A <see cref="T:System.Net.Configuration.SmtpNetworkElement" /> object.
/// The configuration element that controls the network settings used by SMTP.</returns>
// Token: 0x17000558 RID: 1368
// (get) Token: 0x06001881 RID: 6273 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000558")]
public SmtpNetworkElement Network
{
[Token(Token = "0x6001881")]
[Address(RVA = "0x29EAB80", Offset = "0x29E9980", VA = "0x1829EAB80")]
get
{
return null;
}
}
// Token: 0x17000559 RID: 1369
// (get) Token: 0x06001882 RID: 6274 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000559")]
protected override ConfigurationPropertyCollection Properties
{
[Token(Token = "0x6001882")]
[Address(RVA = "0x29EABB0", Offset = "0x29E99B0", VA = "0x1829EABB0", Slot = "4")]
get
{
return null;
}
}
/// <summary>Gets the pickup directory that will be used by the SMPT client.</summary>
/// <returns>A <see cref="T:System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement" /> object that specifies the pickup directory folder.</returns>
// Token: 0x1700055A RID: 1370
// (get) Token: 0x06001883 RID: 6275 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700055A")]
public SmtpSpecifiedPickupDirectoryElement SpecifiedPickupDirectory
{
[Token(Token = "0x6001883")]
[Address(RVA = "0x29EABE0", Offset = "0x29E99E0", VA = "0x1829EABE0")]
get
{
return null;
}
}
}
}
@@ -0,0 +1,54 @@
using System;
using System.Configuration;
using Cpp2IlInjected;
namespace System.Net.Configuration
{
/// <summary>Represents an SMTP pickup directory configuration element.</summary>
// Token: 0x020003A3 RID: 931
[Token(Token = "0x20003A3")]
public sealed class SmtpSpecifiedPickupDirectoryElement : ConfigurationElement
{
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement" /> class.</summary>
// Token: 0x06001897 RID: 6295 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6001897")]
[Address(RVA = "0x29EACA0", Offset = "0x29E9AA0", VA = "0x1829EACA0")]
public SmtpSpecifiedPickupDirectoryElement()
{
}
/// <summary>Gets or sets the folder where applications save mail messages to be processed by the SMTP server.</summary>
/// <returns>A string that specifies the pickup directory for email messages.</returns>
// Token: 0x17000564 RID: 1380
// (get) Token: 0x06001898 RID: 6296 RVA: 0x00002050 File Offset: 0x00000250
// (set) Token: 0x06001899 RID: 6297 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x17000564")]
public string PickupDirectoryLocation
{
[Token(Token = "0x6001898")]
[Address(RVA = "0x29EACD0", Offset = "0x29E9AD0", VA = "0x1829EACD0")]
get
{
return null;
}
[Token(Token = "0x6001899")]
[Address(RVA = "0x29EAD30", Offset = "0x29E9B30", VA = "0x1829EAD30")]
set
{
}
}
// Token: 0x17000565 RID: 1381
// (get) Token: 0x0600189A RID: 6298 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000565")]
protected override ConfigurationPropertyCollection Properties
{
[Token(Token = "0x600189A")]
[Address(RVA = "0x29EAD00", Offset = "0x29E9B00", VA = "0x1829EAD00", Slot = "4")]
get
{
return null;
}
}
}
}
+106
View File
@@ -0,0 +1,106 @@
using System;
using System.Configuration;
using System.Net.Sockets;
using Cpp2IlInjected;
namespace System.Net.Configuration
{
/// <summary>Represents information used to configure <see cref="T:System.Net.Sockets.Socket" /> objects. This class cannot be inherited.</summary>
// Token: 0x020003A9 RID: 937
[Token(Token = "0x20003A9")]
public sealed class SocketElement : ConfigurationElement
{
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.SocketElement" /> class.</summary>
// Token: 0x060018D1 RID: 6353 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60018D1")]
[Address(RVA = "0x29EAD90", Offset = "0x29E9B90", VA = "0x1829EAD90")]
public SocketElement()
{
}
/// <summary>Gets or sets a Boolean value that specifies whether completion ports are used when accepting connections.</summary>
/// <returns>
/// <see langword="true" /> to use completion ports; otherwise, <see langword="false" />.</returns>
// Token: 0x17000587 RID: 1415
// (get) Token: 0x060018D2 RID: 6354 RVA: 0x0000AB18 File Offset: 0x00008D18
// (set) Token: 0x060018D3 RID: 6355 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x17000587")]
public bool AlwaysUseCompletionPortsForAccept
{
[Token(Token = "0x60018D2")]
[Address(RVA = "0x29EADC0", Offset = "0x29E9BC0", VA = "0x1829EADC0")]
get
{
return default(bool);
}
[Token(Token = "0x60018D3")]
[Address(RVA = "0x29EAE80", Offset = "0x29E9C80", VA = "0x1829EAE80")]
set
{
}
}
/// <summary>Gets or sets a Boolean value that specifies whether completion ports are used when making connections.</summary>
/// <returns>
/// <see langword="true" /> to use completion ports; otherwise, <see langword="false" />.</returns>
// Token: 0x17000588 RID: 1416
// (get) Token: 0x060018D4 RID: 6356 RVA: 0x0000AB30 File Offset: 0x00008D30
// (set) Token: 0x060018D5 RID: 6357 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x17000588")]
public bool AlwaysUseCompletionPortsForConnect
{
[Token(Token = "0x60018D4")]
[Address(RVA = "0x29EADF0", Offset = "0x29E9BF0", VA = "0x1829EADF0")]
get
{
return default(bool);
}
[Token(Token = "0x60018D5")]
[Address(RVA = "0x29EAEB0", Offset = "0x29E9CB0", VA = "0x1829EAEB0")]
set
{
}
}
/// <summary>Gets or sets a value that specifies the default <see cref="T:System.Net.Sockets.IPProtectionLevel" /> to use for a socket.</summary>
/// <returns>The value of the <see cref="T:System.Net.Sockets.IPProtectionLevel" /> for the current instance.</returns>
// Token: 0x17000589 RID: 1417
// (get) Token: 0x060018D6 RID: 6358 RVA: 0x0000AB48 File Offset: 0x00008D48
// (set) Token: 0x060018D7 RID: 6359 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x17000589")]
public IPProtectionLevel IPProtectionLevel
{
[Token(Token = "0x60018D6")]
[Address(RVA = "0x29EAE20", Offset = "0x29E9C20", VA = "0x1829EAE20")]
get
{
return (IPProtectionLevel)0;
}
[Token(Token = "0x60018D7")]
[Address(RVA = "0x29EAEE0", Offset = "0x29E9CE0", VA = "0x1829EAEE0")]
set
{
}
}
// Token: 0x1700058A RID: 1418
// (get) Token: 0x060018D8 RID: 6360 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700058A")]
protected override ConfigurationPropertyCollection Properties
{
[Token(Token = "0x60018D8")]
[Address(RVA = "0x29EAE50", Offset = "0x29E9C50", VA = "0x1829EAE50", Slot = "4")]
get
{
return null;
}
}
// Token: 0x060018D9 RID: 6361 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60018D9")]
[Address(RVA = "0x29EAD60", Offset = "0x29E9B60", VA = "0x1829EAD60", Slot = "8")]
protected override void PostDeserialize()
{
}
}
}
@@ -0,0 +1,28 @@
using System;
using Cpp2IlInjected;
namespace System.Net.Configuration
{
/// <summary>Controls how Unicode characters are interpreted by the <see cref="Overload:System.Net.WebUtility.HtmlDecode" /> methods.</summary>
// Token: 0x02000308 RID: 776
[Token(Token = "0x2000308")]
public enum UnicodeDecodingConformance
{
/// <summary>Use automatic behavior. The decoding behavior is determined by current application's target Framework. For .NET Framework 4.5 and later, the Unicode encoding decoding is strict.</summary>
// Token: 0x04000D02 RID: 3330
[Token(Token = "0x4000D02")]
Auto,
/// <summary>Use strict behavior. Specifies that the incoming encoded data is checked for validity before being decoded. For example, an input string of "&amp;#144308;" would decode as U+233B4, but an input string of "&amp;#xD84C;&amp;#xDFB4;" would fail to decode properly. Already-decoded data in the string is not checked for validity. For example, an input string of "\ud800" will result in an output string of "\ud800", as the already-decoded surrogate is skipped during decoding, even though it is unpaired.</summary>
// Token: 0x04000D03 RID: 3331
[Token(Token = "0x4000D03")]
Strict,
/// <summary>Use compatible behavior. Specifies that incoming data is not checked for validity before being decoded. For example, an input string of "&amp;amp;#xD84C;" would decode as U+D84C, which is an unpaired surrogate. Additionally, the decoder does not understand code points in the SMP unless they're represented as HTML-encoded surrogates, so the inputstring "&amp;#144308;" would result in the output string "&amp;#144308;".</summary>
// Token: 0x04000D04 RID: 3332
[Token(Token = "0x4000D04")]
Compat,
/// <summary>Use loose behavior. Similar to <see cref="F:System.Net.Configuration.UnicodeDecodingConformance.Compat" /> in that there are no validity checks, but the decoder also understands code points. The input string "&amp;#144308;" would decode into the character U+233B4 correctly. This switch is meant to provide maximum interoperability when the decoder doesn't know which format the provider is using to generate the encoded string.</summary>
// Token: 0x04000D05 RID: 3333
[Token(Token = "0x4000D05")]
Loose
}
}
@@ -0,0 +1,25 @@
using System;
using Cpp2IlInjected;
namespace System.Net.Configuration
{
/// <summary>Controls how Unicode characters are output by the <see cref="Overload:System.Net.WebUtility.HtmlEncode" /> methods.</summary>
// Token: 0x02000309 RID: 777
[Token(Token = "0x2000309")]
public enum UnicodeEncodingConformance
{
/// <summary>Use automatic behavior. The Unicode encoding behavior is determined by current application's target Framework. For .NET Framework 4.5 and later, the Unicode encoding behavior is strict.</summary>
// Token: 0x04000D07 RID: 3335
[Token(Token = "0x4000D07")]
Auto,
/// <summary>Use strict behavior. Specifies that individual UTF-16 surrogate code points are combined into a single code point when one of the <see cref="Overload:System.Net.WebUtility.HtmlEncode" /> methods is called. For example, given the input string "\uD84C\uDFB4" (or "\U000233B4"), the output of the <see cref="Overload:System.Net.WebUtility.HtmlEncode" /> methods is "&amp;#144308;".
/// If the input is a malformed UTF-16 string (it contains unpaired surrogates, for example), the bad code points will be replaced with U+FFFD (Unicode replacement char) before being HTML-encoded.</summary>
// Token: 0x04000D08 RID: 3336
[Token(Token = "0x4000D08")]
Strict,
/// <summary>Use compatible behavior. Specifies that individual UTF-16 surrogate code points are output as-is when one of <see cref="Overload:System.Net.WebUtility.HtmlEncode" /> methods is called. For example, given a string "\uD84C\uDFB4" (or "\U000233B4"), the output of <see cref="Overload:System.Net.WebUtility.HtmlEncode" /> is "\uD84C\uDFB4" (the input is not encoded).</summary>
// Token: 0x04000D09 RID: 3337
[Token(Token = "0x4000D09")]
Compat
}
}
@@ -0,0 +1,61 @@
using System;
using System.Configuration;
using Cpp2IlInjected;
namespace System.Net.Configuration
{
/// <summary>Represents information used to configure Web proxy scripts. This class cannot be inherited.</summary>
// Token: 0x020003AA RID: 938
[Token(Token = "0x20003AA")]
public sealed class WebProxyScriptElement : ConfigurationElement
{
/// <summary>Initializes an instance of the <see cref="T:System.Net.Configuration.WebProxyScriptElement" /> class.</summary>
// Token: 0x060018DA RID: 6362 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60018DA")]
[Address(RVA = "0x29EAFF0", Offset = "0x29E9DF0", VA = "0x1829EAFF0")]
public WebProxyScriptElement()
{
}
/// <summary>Gets or sets the Web proxy script download timeout using the format hours:minutes:seconds.</summary>
/// <returns>A <see cref="T:System.TimeSpan" /> object that contains the timeout value. The default download timeout is one minute.</returns>
// Token: 0x1700058B RID: 1419
// (get) Token: 0x060018DB RID: 6363 RVA: 0x0000AB60 File Offset: 0x00008D60
// (set) Token: 0x060018DC RID: 6364 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x1700058B")]
public TimeSpan DownloadTimeout
{
[Token(Token = "0x60018DB")]
[Address(RVA = "0x29EB020", Offset = "0x29E9E20", VA = "0x1829EB020")]
get
{
return default(TimeSpan);
}
[Token(Token = "0x60018DC")]
[Address(RVA = "0x29EB080", Offset = "0x29E9E80", VA = "0x1829EB080")]
set
{
}
}
// Token: 0x1700058C RID: 1420
// (get) Token: 0x060018DD RID: 6365 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700058C")]
protected override ConfigurationPropertyCollection Properties
{
[Token(Token = "0x60018DD")]
[Address(RVA = "0x29EB050", Offset = "0x29E9E50", VA = "0x1829EB050", Slot = "4")]
get
{
return null;
}
}
// Token: 0x060018DE RID: 6366 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60018DE")]
[Address(RVA = "0x29EAFC0", Offset = "0x29E9DC0", VA = "0x1829EAFC0", Slot = "8")]
protected override void PostDeserialize()
{
}
}
}
@@ -0,0 +1,95 @@
using System;
using System.Configuration;
using Cpp2IlInjected;
namespace System.Net.Configuration
{
/// <summary>Represents a URI prefix and the associated class that handles creating Web requests for the prefix. This class cannot be inherited.</summary>
// Token: 0x020003AE RID: 942
[Token(Token = "0x20003AE")]
public sealed class WebRequestModuleElement : ConfigurationElement
{
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.WebRequestModuleElement" /> class.</summary>
// Token: 0x060018F7 RID: 6391 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60018F7")]
[Address(RVA = "0x29EB320", Offset = "0x29EA120", VA = "0x1829EB320")]
public WebRequestModuleElement()
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.WebRequestModuleElement" /> class using the specified URI prefix and type information.</summary>
/// <param name="prefix">A string containing a URI prefix.</param>
/// <param name="type">A string containing the type and assembly information for the class that handles creating requests for resources that use the <paramref name="prefix" /> URI prefix.</param>
// Token: 0x060018F8 RID: 6392 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60018F8")]
[Address(RVA = "0x29EB380", Offset = "0x29EA180", VA = "0x1829EB380")]
public WebRequestModuleElement(string prefix, string type)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.WebRequestModuleElement" /> class using the specified URI prefix and type identifier.</summary>
/// <param name="prefix">A string containing a URI prefix.</param>
/// <param name="type">A <see cref="T:System.Type" /> that identifies the class that handles creating requests for resources that use the <paramref name="prefix" /> URI prefix.</param>
// Token: 0x060018F9 RID: 6393 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60018F9")]
[Address(RVA = "0x29EB350", Offset = "0x29EA150", VA = "0x1829EB350")]
public WebRequestModuleElement(string prefix, Type type)
{
}
/// <summary>Gets or sets the URI prefix for the current Web request module.</summary>
/// <returns>A string that contains a URI prefix.</returns>
// Token: 0x17000593 RID: 1427
// (get) Token: 0x060018FA RID: 6394 RVA: 0x00002050 File Offset: 0x00000250
// (set) Token: 0x060018FB RID: 6395 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x17000593")]
public string Prefix
{
[Token(Token = "0x60018FA")]
[Address(RVA = "0x29EB3B0", Offset = "0x29EA1B0", VA = "0x1829EB3B0")]
get
{
return null;
}
[Token(Token = "0x60018FB")]
[Address(RVA = "0x29EB440", Offset = "0x29EA240", VA = "0x1829EB440")]
set
{
}
}
// Token: 0x17000594 RID: 1428
// (get) Token: 0x060018FC RID: 6396 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000594")]
protected override ConfigurationPropertyCollection Properties
{
[Token(Token = "0x60018FC")]
[Address(RVA = "0x29EB3E0", Offset = "0x29EA1E0", VA = "0x1829EB3E0", Slot = "4")]
get
{
return null;
}
}
/// <summary>Gets or sets a class that creates Web requests.</summary>
/// <returns>A <see cref="T:System.Type" /> instance that identifies a Web request module.</returns>
// Token: 0x17000595 RID: 1429
// (get) Token: 0x060018FD RID: 6397 RVA: 0x00002050 File Offset: 0x00000250
// (set) Token: 0x060018FE RID: 6398 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x17000595")]
public Type Type
{
[Token(Token = "0x60018FD")]
[Address(RVA = "0x29EB410", Offset = "0x29EA210", VA = "0x1829EB410")]
get
{
return null;
}
[Token(Token = "0x60018FE")]
[Address(RVA = "0x29EB470", Offset = "0x29EA270", VA = "0x1829EB470")]
set
{
}
}
}
}
@@ -0,0 +1,127 @@
using System;
using System.Configuration;
using Cpp2IlInjected;
namespace System.Net.Configuration
{
/// <summary>Represents a container for Web request module configuration elements. This class cannot be inherited.</summary>
// Token: 0x020003AD RID: 941
[Token(Token = "0x20003AD")]
[ConfigurationCollection(typeof(WebRequestModuleElement))]
public sealed class WebRequestModuleElementCollection : ConfigurationElementCollection
{
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.WebRequestModuleElementCollection" /> class.</summary>
// Token: 0x060018EA RID: 6378 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60018EA")]
[Address(RVA = "0x29EB230", Offset = "0x29EA030", VA = "0x1829EB230")]
public WebRequestModuleElementCollection()
{
}
// Token: 0x060018EB RID: 6379 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60018EB")]
[Address(RVA = "0x29EB290", Offset = "0x29EA090", VA = "0x1829EB290")]
public WebRequestModuleElement get_Item(int index)
{
return null;
}
// Token: 0x060018EC RID: 6380 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60018EC")]
[Address(RVA = "0x29EB2F0", Offset = "0x29EA0F0", VA = "0x1829EB2F0")]
public void set_Item(int index, WebRequestModuleElement 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.WebRequestModuleElement" /> with the specified key or <see langword="null" /> if there is no element with the specified key.</returns>
// Token: 0x17000592 RID: 1426
[Token(Token = "0x17000592")]
public WebRequestModuleElement this[string name]
{
[Token(Token = "0x60018ED")]
[Address(RVA = "0x29EB260", Offset = "0x29EA060", VA = "0x1829EB260")]
get
{
return null;
}
[Token(Token = "0x60018EE")]
[Address(RVA = "0x29EB2C0", Offset = "0x29EA0C0", VA = "0x1829EB2C0")]
set
{
}
}
/// <summary>Adds an element to the collection.</summary>
/// <param name="element">The <see cref="T:System.Net.Configuration.WebRequestModuleElement" /> to add to the collection.</param>
// Token: 0x060018EF RID: 6383 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60018EF")]
[Address(RVA = "0x29EB0B0", Offset = "0x29E9EB0", VA = "0x1829EB0B0")]
public void Add(WebRequestModuleElement element)
{
}
/// <summary>Removes all elements from the collection.</summary>
// Token: 0x060018F0 RID: 6384 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60018F0")]
[Address(RVA = "0x29EB0E0", Offset = "0x29E9EE0", VA = "0x1829EB0E0")]
public void Clear()
{
}
// Token: 0x060018F1 RID: 6385 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60018F1")]
[Address(RVA = "0x29EB110", Offset = "0x29E9F10", VA = "0x1829EB110", Slot = "16")]
protected override ConfigurationElement CreateNewElement()
{
return null;
}
// Token: 0x060018F2 RID: 6386 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60018F2")]
[Address(RVA = "0x29EB140", Offset = "0x29E9F40", VA = "0x1829EB140", 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.WebRequestModuleElement" />.</param>
/// <returns>The zero-based index of <paramref name="element" />.</returns>
// Token: 0x060018F3 RID: 6387 RVA: 0x0000ABA8 File Offset: 0x00008DA8
[Token(Token = "0x60018F3")]
[Address(RVA = "0x29EB170", Offset = "0x29E9F70", VA = "0x1829EB170")]
public int IndexOf(WebRequestModuleElement element)
{
return 0;
}
/// <summary>Removes the specified configuration element from the collection.</summary>
/// <param name="element">The <see cref="T:System.Net.Configuration.WebRequestModuleElement" /> to remove.</param>
// Token: 0x060018F4 RID: 6388 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60018F4")]
[Address(RVA = "0x29EB200", Offset = "0x29EA000", VA = "0x1829EB200")]
public void Remove(WebRequestModuleElement element)
{
}
/// <summary>Removes the element with the specified key.</summary>
/// <param name="name">The key of the element to remove.</param>
// Token: 0x060018F5 RID: 6389 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60018F5")]
[Address(RVA = "0x29EB1D0", Offset = "0x29E9FD0", VA = "0x1829EB1D0")]
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: 0x060018F6 RID: 6390 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60018F6")]
[Address(RVA = "0x29EB1A0", Offset = "0x29E9FA0", VA = "0x1829EB1A0")]
public void RemoveAt(int index)
{
}
}
}
@@ -0,0 +1,62 @@
using System;
using System.Configuration;
using Cpp2IlInjected;
namespace System.Net.Configuration
{
/// <summary>Represents the configuration section for Web request modules. This class cannot be inherited.</summary>
// Token: 0x020003AC RID: 940
[Token(Token = "0x20003AC")]
public sealed class WebRequestModulesSection : ConfigurationSection
{
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.WebRequestModulesSection" /> class.</summary>
// Token: 0x060018E5 RID: 6373 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60018E5")]
[Address(RVA = "0x29EB500", Offset = "0x29EA300", VA = "0x1829EB500")]
public WebRequestModulesSection()
{
}
// Token: 0x17000590 RID: 1424
// (get) Token: 0x060018E6 RID: 6374 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000590")]
protected override ConfigurationPropertyCollection Properties
{
[Token(Token = "0x60018E6")]
[Address(RVA = "0x29EB530", Offset = "0x29EA330", VA = "0x1829EB530", Slot = "4")]
get
{
return null;
}
}
/// <summary>Gets the collection of Web request modules in the section.</summary>
/// <returns>A <see cref="T:System.Net.Configuration.WebRequestModuleElementCollection" /> containing the registered Web request modules.</returns>
// Token: 0x17000591 RID: 1425
// (get) Token: 0x060018E7 RID: 6375 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000591")]
public WebRequestModuleElementCollection WebRequestModules
{
[Token(Token = "0x60018E7")]
[Address(RVA = "0x29EB560", Offset = "0x29EA360", VA = "0x1829EB560")]
get
{
return null;
}
}
// Token: 0x060018E8 RID: 6376 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60018E8")]
[Address(RVA = "0x29EB4A0", Offset = "0x29EA2A0", VA = "0x1829EB4A0", Slot = "6")]
protected override void InitializeDefault()
{
}
// Token: 0x060018E9 RID: 6377 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60018E9")]
[Address(RVA = "0x29EB4D0", Offset = "0x29EA2D0", VA = "0x1829EB4D0", Slot = "8")]
protected override void PostDeserialize()
{
}
}
}
@@ -0,0 +1,77 @@
using System;
using System.Configuration;
using Cpp2IlInjected;
namespace System.Net.Configuration
{
/// <summary>Represents the WebUtility element in the configuration file.</summary>
// Token: 0x020003AB RID: 939
[Token(Token = "0x20003AB")]
public sealed class WebUtilityElement : ConfigurationElement
{
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.WebUtilityElement" /> class.</summary>
// Token: 0x060018DF RID: 6367 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60018DF")]
[Address(RVA = "0x29EB590", Offset = "0x29EA390", VA = "0x1829EB590")]
public WebUtilityElement()
{
}
// Token: 0x1700058D RID: 1421
// (get) Token: 0x060018E0 RID: 6368 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700058D")]
protected override ConfigurationPropertyCollection Properties
{
[Token(Token = "0x60018E0")]
[Address(RVA = "0x29EB5C0", Offset = "0x29EA3C0", VA = "0x1829EB5C0", Slot = "4")]
get
{
return null;
}
}
/// <summary>Gets the default Unicode decoding conformance behavior used for an <see cref="T:System.Net.WebUtility" /> object.</summary>
/// <returns>Returns <see cref="T:System.Net.Configuration.UnicodeDecodingConformance" />.
/// The default Unicode decoding behavior.</returns>
// Token: 0x1700058E RID: 1422
// (get) Token: 0x060018E1 RID: 6369 RVA: 0x0000AB78 File Offset: 0x00008D78
// (set) Token: 0x060018E2 RID: 6370 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x1700058E")]
public UnicodeDecodingConformance UnicodeDecodingConformance
{
[Token(Token = "0x60018E1")]
[Address(RVA = "0x29EB5F0", Offset = "0x29EA3F0", VA = "0x1829EB5F0")]
get
{
return UnicodeDecodingConformance.Auto;
}
[Token(Token = "0x60018E2")]
[Address(RVA = "0x29EB650", Offset = "0x29EA450", VA = "0x1829EB650")]
set
{
}
}
/// <summary>Gets the default Unicode encoding conformance behavior used for an <see cref="T:System.Net.WebUtility" /> object.</summary>
/// <returns>Returns <see cref="T:System.Net.Configuration.UnicodeEncodingConformance" />.
/// The default Unicode encoding behavior.</returns>
// Token: 0x1700058F RID: 1423
// (get) Token: 0x060018E3 RID: 6371 RVA: 0x0000AB90 File Offset: 0x00008D90
// (set) Token: 0x060018E4 RID: 6372 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x1700058F")]
public UnicodeEncodingConformance UnicodeEncodingConformance
{
[Token(Token = "0x60018E3")]
[Address(RVA = "0x29EB620", Offset = "0x29EA420", VA = "0x1829EB620")]
get
{
return UnicodeEncodingConformance.Auto;
}
[Token(Token = "0x60018E4")]
[Address(RVA = "0x29EB680", Offset = "0x29EA480", VA = "0x1829EB680")]
set
{
}
}
}
}