System.Net.Configuration Namespace
.NET Framework 2.0
Note: This namespace is new in the .NET Framework version 2.0.
The System.Net.Configuration namespace contains classes that applications use to programmatically access and update configuration settings for the System.Net namespaces.
| Class | Description | |
|---|---|---|
![]() | AuthenticationModuleElement | Represents the type information for an authentication module. This class cannot be inherited. |
![]() | AuthenticationModuleElementCollection | Represents a container for authentication module configuration elements. This class cannot be inherited. |
![]() | AuthenticationModulesSection | Represents the configuration section for authentication modules. This class cannot be inherited. |
![]() | BypassElement | Represents the address information for resources that are not retrieved using a proxy server. This class cannot be inherited. |
![]() | BypassElementCollection | Represents a container for the addresses of resources that bypass the proxy server. This class cannot be inherited. |
![]() | ConnectionManagementElement | Represents the maximum number of connections to a remote computer. This class cannot be inherited. |
![]() | ConnectionManagementElementCollection | Represents a container for connection management configuration elements. This class cannot be inherited. |
![]() | ConnectionManagementSection | Represents the configuration section for connection management. This class cannot be inherited. |
![]() | DefaultProxySection | Represents the configuration section for Web proxy server usage. This class cannot be inherited. |
![]() | FtpCachePolicyElement | Represents the default FTP cache policy for network resources. This class cannot be inherited. |
![]() | HttpCachePolicyElement | Represents the default HTTP cache policy for network resources. This class cannot be inherited. |
![]() | HttpWebRequestElement | Represents the maximum length for response headers. This class cannot be inherited. |
![]() | Ipv6Element | Determines whether Internet Protocol version 6 is enabled on the local computer. This class cannot be inherited. |
![]() | MailSettingsSectionGroup | Initializes a new instance of the MailSettingsSection class. |
![]() | ModuleElement | Represents the type information for a custom IWebProxy module. This class cannot be inherited. |
![]() | NetSectionGroup | Gets the section group information for the networking namespaces. This class cannot be inherited. |
![]() | PerformanceCountersElement | Represents the performance counter element in the System.Net configuration file that determines whether the usage of performance counters is enabled. This class cannot be inherited. |
![]() | ProxyElement | Identifies the configuration settings for Web proxy server. This class cannot be inherited. |
![]() | RequestCachingSection | Represents the configuration section for cache behavior. This class cannot be inherited. |
![]() | ServicePointManagerElement | Represents the default settings used to create connections to a remote computer. This class cannot be inherited. |
![]() | SettingsSection | Represents the configuration section for sockets, IPv6, response headers, and service points. This class cannot be inherited. |
![]() | SmtpNetworkElement | Represents the network element in the SMTP configuration file. This class cannot be inherited. |
![]() | SmtpSection | Represents the SMTP section in the System.Net configuration file. |
![]() | SmtpSpecifiedPickupDirectoryElement | Represents an SMTP pickup directory configuration element. |
![]() | SocketElement | Represents information used to configure Socket objects. This class cannot be inherited. |
![]() | WebProxyScriptElement | Represents information used to configure Web proxy scripts. This class cannot be inherited. |
![]() | WebRequestModuleElement | Represents a URI prefix and the associated class that handles creating Web requests for the prefix. This class cannot be inherited. |
![]() | WebRequestModuleElementCollection | Represents a container for Web request module configuration elements. This class cannot be inherited. |
![]() | WebRequestModulesSection | Represents the configuration section for Web request modules. This class cannot be inherited. |
| Enumeration | Description | |
|---|---|---|
![]() | ProxyElement.AutoDetectValues | Specifies whether the proxy is automatically detected. |
![]() | ProxyElement.BypassOnLocalValues | Specifies whether the proxy is bypassed for local resources. |
![]() | ProxyElement.UseSystemDefaultValues | Specifies whether to use the local system proxy settings to determine whether the proxy is bypassed for local resources. |
Community Additions
ADD
Show:

