0 out of 4 rated this helpful - Rate this topic

System.Net.Configuration Namespace

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
Public class AuthenticationModuleElement Represents the type information for an authentication module. This class cannot be inherited.
Public class AuthenticationModuleElementCollection Represents a container for authentication module configuration elements. This class cannot be inherited.
Public class AuthenticationModulesSection Represents the configuration section for authentication modules. This class cannot be inherited.
Public class BypassElement Represents the address information for resources that are not retrieved using a proxy server. This class cannot be inherited.
Public class BypassElementCollection Represents a container for the addresses of resources that bypass the proxy server. This class cannot be inherited.
Public class ConnectionManagementElement Represents the maximum number of connections to a remote computer. This class cannot be inherited.
Public class ConnectionManagementElementCollection Represents a container for connection management configuration elements. This class cannot be inherited.
Public class ConnectionManagementSection Represents the configuration section for connection management. This class cannot be inherited.
Public class DefaultProxySection Represents the configuration section for Web proxy server usage. This class cannot be inherited.
Public class FtpCachePolicyElement Represents the default FTP cache policy for network resources. This class cannot be inherited.
Public class HttpCachePolicyElement Represents the default HTTP cache policy for network resources. This class cannot be inherited.
Public class HttpWebRequestElement Represents the maximum length for response headers. This class cannot be inherited.
Public class Ipv6Element Determines whether Internet Protocol version 6 is enabled on the local computer. This class cannot be inherited.
Public class MailSettingsSectionGroup Initializes a new instance of the MailSettingsSection class.
Public class ModuleElement Represents the type information for a custom IWebProxy module. This class cannot be inherited.
Public class NetSectionGroup Gets the section group information for the networking namespaces. This class cannot be inherited.
Public class 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.
Public class ProxyElement Identifies the configuration settings for Web proxy server. This class cannot be inherited.
Public class RequestCachingSection Represents the configuration section for cache behavior. This class cannot be inherited.
Public class ServicePointManagerElement Represents the default settings used to create connections to a remote computer. This class cannot be inherited.
Public class SettingsSection Represents the configuration section for sockets, IPv6, response headers, and service points. This class cannot be inherited.
Public class SmtpNetworkElement Represents the network element in the SMTP configuration file. This class cannot be inherited.
Public class SmtpSection Represents the SMTP section in the System.Net configuration file.
Public class SmtpSpecifiedPickupDirectoryElement Represents an SMTP pickup directory configuration element.
Public class SocketElement Represents information used to configure Socket objects. This class cannot be inherited.
Public class WebProxyScriptElement Represents information used to configure Web proxy scripts. This class cannot be inherited.
Public class WebRequestModuleElement Represents a URI prefix and the associated class that handles creating Web requests for the prefix. This class cannot be inherited.
Public class WebRequestModuleElementCollection Represents a container for Web request module configuration elements. This class cannot be inherited.
Public class WebRequestModulesSection Represents the configuration section for Web request modules. This class cannot be inherited.
  Enumeration Description
Public enumeration ProxyElement.AutoDetectValues Specifies whether the proxy is automatically detected.
Public enumeration ProxyElement.BypassOnLocalValues Specifies whether the proxy is bypassed for local resources.
Public enumeration ProxyElement.UseSystemDefaultValues Specifies whether to use the local system proxy settings to determine whether the proxy is bypassed for local resources.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ