Network Settings Schema
Network settings specify how the .NET Framework connects to the Internet and handles web addresses. Network settings exist under two child configuration elements:
Element |
Description |
---|---|
Contains settings that specify how the .NET Framework connects to the network. |
|
Contains settings that specify how the .NET Framework handles web addresses expressed using uniform resource identifiers (URIs). |
The <system.net> settings specify how the .NET Framework connects to the network. 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 modules to use to request information from network hosts. |
The <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).
Element |
Description |
---|---|
Specifies if Internationalized Domain Name (IDN) parsing is applied to domain names. |
|
Specifies if International Resource Identifier (IRI) parsing is applied to a Uri and whether IRI parsing rules should be applied. |
|
Specifies how a Uri will be parsed for specific schemes. |
See Also
Concepts
Configuring Internet Applications