Network Settings Schema
Network settings specify how the .NET Framework connects to the Internet. The following table describes the function of each child configuration element under the <system.Net> Element (Network Settings).
|
Element |
Description |
|---|---|
|
Specifies the modules used to authenticate Internet requests. |
|
|
Specifies the maximum number of connections to Internet hosts. |
|
|
Specifies the proxy server used for HTTP requests to the Internet. |
|
|
Contains settings for mail sending options. |
|
|
Specifies the modules used to request information from Internet hosts. |
|
|
Configures basic network options for the System.Net namespace. |
|
|
Specifies the modules used to request information from Internet hosts. |
Uri settings specify how the .NET Framework handles web addresses expressed using uniform resource identifiers (URIs). The following table describes the function of each child configuration element under the <Uri> Element (Uri Settings).