System 2.0.0.0 4.0.0.0 System.Configuration.ConfigurationSectionGroup 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. Gets the section group information for the networking namespaces. This class cannot be inherited. Constructor 2.0.0.0 4.0.0.0 System.MonoTODO This constructor does nothing. Initializes a new instance of the class. Property 2.0.0.0 4.0.0.0 System.Configuration.ConfigurationProperty("authenticationModules") System.Net.Configuration.AuthenticationModulesSection To be added. The section returned by this property corresponds to the AuthenticationModules Element (Network Settings) configuration element. Gets the configuration section containing the authentication modules registered for the local computer. Property 2.0.0.0 4.0.0.0 System.Configuration.ConfigurationProperty("connectionManagement") System.Net.Configuration.ConnectionManagementSection To be added. The section returned by this property corresponds to the ConnectionManagement Element (Network Settings) configuration element. Gets the configuration section containing the connection management settings for the local computer. Property 2.0.0.0 4.0.0.0 System.Configuration.ConfigurationProperty("defaultProxy") System.Net.Configuration.DefaultProxySection To be added. The section returned by this property corresponds to the DefaultProxy Element (Network Settings) configuration element. Gets the configuration section containing the default Web proxy server settings for the local computer. Method 2.0.0.0 4.0.0.0 System.MonoTODO System.Net.Configuration.NetSectionGroup Use this method to extract the network settings from a configuration file. Gets the System.Net configuration section group from the specified configuration file. A that represents the System.Net settings in . A that represents a configuration file. Property 2.0.0.0 4.0.0.0 System.Net.Configuration.MailSettingsSectionGroup To be added. The section returned by this property corresponds to the mailSettings for System.Net configuration element. Gets the configuration section containing the SMTP client e-mail settings for the local computer. Property 2.0.0.0 4.0.0.0 System.Configuration.ConfigurationProperty("requestCaching") System.Net.Configuration.RequestCachingSection To be added. The section returned by this property corresponds to the RequestCaching Element (Network Settings) configuration element. Gets the configuration section containing the cache configuration settings for the local computer. Property 2.0.0.0 4.0.0.0 System.Configuration.ConfigurationProperty("settings") System.Net.Configuration.SettingsSection To be added. The section returned by this property corresponds to the Settings Element (Network Settings) configuration element. Gets the configuration section containing the network settings for the local computer. Property 2.0.0.0 4.0.0.0 System.Configuration.ConfigurationProperty("webRequestModules") System.Net.Configuration.WebRequestModulesSection To be added. The section returned by this property corresponds to the WebRequestModules Element (Network Settings) configuration element. Gets the configuration section containing the modules registered for use with the class.