137 lines
5.3 KiB
C#
137 lines
5.3 KiB
C#
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;
|
|
}
|
|
}
|
|
}
|