137 lines
5.2 KiB
C#
137 lines
5.2 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: 0x020003A0 RID: 928
|
|
[Token(Token = "0x20003A0")]
|
|
public sealed class NetSectionGroup : ConfigurationSectionGroup
|
|
{
|
|
/// <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.NetSectionGroup" /> class.</summary>
|
|
// Token: 0x06001884 RID: 6276 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x6001884")]
|
|
[Address(RVA = "0xDD6430", Offset = "0xDD5430", VA = "0x180DD6430")]
|
|
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: 0x17000562 RID: 1378
|
|
// (get) Token: 0x06001885 RID: 6277 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x17000562")]
|
|
public AuthenticationModulesSection AuthenticationModules
|
|
{
|
|
[Token(Token = "0x6001885")]
|
|
[Address(RVA = "0xDD6460", Offset = "0xDD5460", VA = "0x180DD6460")]
|
|
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: 0x17000563 RID: 1379
|
|
// (get) Token: 0x06001886 RID: 6278 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x17000563")]
|
|
public ConnectionManagementSection ConnectionManagement
|
|
{
|
|
[Token(Token = "0x6001886")]
|
|
[Address(RVA = "0xDD6490", Offset = "0xDD5490", VA = "0x180DD6490")]
|
|
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: 0x17000564 RID: 1380
|
|
// (get) Token: 0x06001887 RID: 6279 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x17000564")]
|
|
public DefaultProxySection DefaultProxy
|
|
{
|
|
[Token(Token = "0x6001887")]
|
|
[Address(RVA = "0xDD64C0", Offset = "0xDD54C0", VA = "0x180DD64C0")]
|
|
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: 0x17000565 RID: 1381
|
|
// (get) Token: 0x06001888 RID: 6280 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x17000565")]
|
|
public MailSettingsSectionGroup MailSettings
|
|
{
|
|
[Token(Token = "0x6001888")]
|
|
[Address(RVA = "0xDD64F0", Offset = "0xDD54F0", VA = "0x180DD64F0")]
|
|
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: 0x17000566 RID: 1382
|
|
// (get) Token: 0x06001889 RID: 6281 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x17000566")]
|
|
public RequestCachingSection RequestCaching
|
|
{
|
|
[Token(Token = "0x6001889")]
|
|
[Address(RVA = "0xDD6520", Offset = "0xDD5520", VA = "0x180DD6520")]
|
|
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: 0x17000567 RID: 1383
|
|
// (get) Token: 0x0600188A RID: 6282 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x17000567")]
|
|
public SettingsSection Settings
|
|
{
|
|
[Token(Token = "0x600188A")]
|
|
[Address(RVA = "0xDD6550", Offset = "0xDD5550", VA = "0x180DD6550")]
|
|
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: 0x17000568 RID: 1384
|
|
// (get) Token: 0x0600188B RID: 6283 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x17000568")]
|
|
public WebRequestModulesSection WebRequestModules
|
|
{
|
|
[Token(Token = "0x600188B")]
|
|
[Address(RVA = "0xDD6580", Offset = "0xDD5580", VA = "0x180DD6580")]
|
|
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: 0x0600188C RID: 6284 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x600188C")]
|
|
[Address(RVA = "0xDD6400", Offset = "0xDD5400", VA = "0x180DD6400")]
|
|
public static NetSectionGroup GetSectionGroup(Configuration config)
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
}
|