mscorlib(4.0.0.0) API with additions
|
Classes | |
class | AuthenticationModuleElement |
Represents the type information for an authentication module. This class cannot be inherited. More... | |
class | AuthenticationModuleElementCollection |
Represents a container for authentication module configuration elements. This class cannot be inherited. More... | |
class | AuthenticationModulesSection |
Represents the configuration section for authentication modules. This class cannot be inherited. More... | |
class | BypassElement |
Represents the address information for resources that are not retrieved using a proxy server. This class cannot be inherited. More... | |
class | BypassElementCollection |
Represents a container for the addresses of resources that bypass the proxy server. This class cannot be inherited. More... | |
class | ConnectionManagementElement |
Represents the maximum number of connections to a remote computer. This class cannot be inherited. More... | |
class | ConnectionManagementElementCollection |
Represents a container for connection management configuration elements. This class cannot be inherited. More... | |
class | ConnectionManagementSection |
Represents the configuration section for connection management. This class cannot be inherited. More... | |
class | DefaultProxySection |
Represents the configuration section for Web proxy server usage. This class cannot be inherited. More... | |
class | FtpCachePolicyElement |
Represents the default FTP cache policy for network resources. This class cannot be inherited. More... | |
class | HttpCachePolicyElement |
Represents the default HTTP cache policy for network resources. This class cannot be inherited. More... | |
class | HttpListenerElement |
Represents the HttpListener element in the configuration file. This class cannot be inherited. More... | |
class | HttpListenerTimeoutsElement |
Represents the T:System.Net.HttpListener timeouts element in the configuration file. This class cannot be inherited. More... | |
class | HttpWebRequestElement |
Represents the maximum length for response headers. This class cannot be inherited. More... | |
class | Ipv6Element |
Determines whether Internet Protocol version 6 is enabled on the local computer. This class cannot be inherited. More... | |
class | MailSettingsSectionGroup |
Initializes a new instance of the T:System.Net.Configuration.MailSettingsSectionGroup class. More... | |
class | ModuleElement |
Represents the type information for a custom T:System.Net.IWebProxy module. This class cannot be inherited. More... | |
class | NetSectionGroup |
Gets the section group information for the networking namespaces. This class cannot be inherited. More... | |
class | PerformanceCountersElement |
Represents the performance counter element in the System.Net configuration file that determines whether networking performance counters are enabled. This class cannot be inherited. More... | |
class | ProxyElement |
Identifies the configuration settings for Web proxy server. This class cannot be inherited. More... | |
class | RequestCachingSection |
Represents the configuration section for cache behavior. This class cannot be inherited. More... | |
class | ServicePointManagerElement |
Represents the default settings used to create connections to a remote computer. This class cannot be inherited. More... | |
class | SettingsSection |
Represents the configuration section for sockets, IPv6, response headers, and service points. This class cannot be inherited. More... | |
class | SmtpNetworkElement |
Represents the network element in the SMTP configuration file. This class cannot be inherited. More... | |
class | SmtpSection |
Represents the SMTP section in the System.Net configuration file. More... | |
class | SmtpSpecifiedPickupDirectoryElement |
Represents an SMTP pickup directory configuration element. More... | |
class | SocketElement |
Represents information used to configure T:System.Net.Sockets.Socket objects. This class cannot be inherited. More... | |
class | WebProxyScriptElement |
Represents information used to configure Web proxy scripts. This class cannot be inherited. More... | |
class | WebRequestModuleElement |
Represents a URI prefix and the associated class that handles creating Web requests for the prefix. This class cannot be inherited. More... | |
class | WebRequestModuleElementCollection |
Represents a container for Web request module configuration elements. This class cannot be inherited. More... | |
class | WebRequestModulesSection |
Represents the configuration section for Web request modules. This class cannot be inherited. More... | |
class | WebUtilityElement |
Represents the WebUtility element in the configuration file. More... | |
Enumerations | |
enum | UnicodeDecodingConformance { UnicodeDecodingConformance.Auto, UnicodeDecodingConformance.Strict, UnicodeDecodingConformance.Compat, UnicodeDecodingConformance.Loose } |
Controls how Unicode characters are interpreted by the Overload:System.Net.WebUtility.HtmlDecode methods. More... | |
enum | UnicodeEncodingConformance { UnicodeEncodingConformance.Auto, UnicodeEncodingConformance.Strict, UnicodeEncodingConformance.Compat } |
Controls how Unicode characters are output by the Overload:System.Net.WebUtility.HtmlEncode methods. More... | |
Controls how Unicode characters are interpreted by the Overload:System.Net.WebUtility.HtmlDecode methods.
Definition at line 4 of file UnicodeDecodingConformance.cs.
Controls how Unicode characters are output by the Overload:System.Net.WebUtility.HtmlEncode methods.
Definition at line 4 of file UnicodeEncodingConformance.cs.