NetSectionGroup Class
Gets the section group information for the networking namespaces. This class cannot be inherited.
System.Configuration.ConfigurationSectionGroup
System.Net.Configuration.NetSectionGroup
Assembly: System (in System.dll)
The NetSectionGroup type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AuthenticationModules | Gets the configuration section containing the authentication modules registered for the local computer. |
![]() | ConnectionManagement | Gets the configuration section containing the connection management settings for the local computer. |
![]() | DefaultProxy | Gets the configuration section containing the default Web proxy server settings for the local computer. |
![]() | IsDeclarationRequired | Gets a value that indicates whether this ConfigurationSectionGroup object declaration is required. (Inherited from ConfigurationSectionGroup.) |
![]() | IsDeclared | Gets a value that indicates whether this ConfigurationSectionGroup object is declared. (Inherited from ConfigurationSectionGroup.) |
![]() | MailSettings | Gets the configuration section containing the SMTP client e-mail settings for the local computer. |
![]() | Name | Gets the name property of this ConfigurationSectionGroup object. (Inherited from ConfigurationSectionGroup.) |
![]() | RequestCaching | Gets the configuration section containing the cache configuration settings for the local computer. |
![]() | SectionGroupName | Gets the section group name associated with this ConfigurationSectionGroup. (Inherited from ConfigurationSectionGroup.) |
![]() | SectionGroups | Gets a ConfigurationSectionGroupCollection object that contains all the ConfigurationSectionGroup objects that are children of this ConfigurationSectionGroup object. (Inherited from ConfigurationSectionGroup.) |
![]() | Sections | Gets a ConfigurationSectionCollection object that contains all of ConfigurationSection objects within this ConfigurationSectionGroup object. (Inherited from ConfigurationSectionGroup.) |
![]() | Settings | Gets the configuration section containing the network settings for the local computer. |
![]() | Type | Gets or sets the type for this ConfigurationSectionGroup object. (Inherited from ConfigurationSectionGroup.) |
![]() | WebRequestModules | Gets the configuration section containing the modules registered for use with the WebRequest class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | ForceDeclaration() | Forces the declaration for this ConfigurationSectionGroup object. (Inherited from ConfigurationSectionGroup.) |
![]() | ForceDeclaration(Boolean) | Forces the declaration for this ConfigurationSectionGroup object. (Inherited from ConfigurationSectionGroup.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() ![]() | GetSectionGroup | Gets the System.Net configuration section group from the specified configuration file. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ShouldSerializeSectionGroupInTargetVersion | Indicates whether the current ConfigurationSectionGroup instance should be serialized when the configuration object hierarchy is serialized for the specified target version of the .NET Framework. (Inherited from ConfigurationSectionGroup.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
This class corresponds to the <system.Net> Element (Network Settings) configuration element described in the Network Settings Schema documentation.
This section group controls configuration settings for the following namespaces:
This class provides programmatic access to information that can be stored in configuration files.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
