網路設定會指定 .NET Framework 如何連接網際網路。
設定中 <system.net> 會指定 .NET Framework 如何連接到網路。 下表描述了元素(網路設定)下<system.Net>每個子配置元素的功能。
| 元素 | Description |
|---|---|
| <AuthenticationModules> 元素(網路設定) | 規定用於驗證網際網路請求的模組。 |
| <connectionManagement> Element(網路設定) | 規定與網際網路主機的最大連線數量。 |
| <defaultProxy> 元素(網路設定) | 指定用於 HTTP 向網際網路請求的代理伺服器。 |
| <mailSettings> 元素(網路設定) | 包含郵件發送選項的設定。 |
| <requestCaching> Element(網路設定) | 控制網路請求的快取機制。 |
| <webRequestModules> 元素(網路設定) | 規定用於向網際網路主機請求資訊的模組。 |
設定中 <uri> 規定了 .NET Framework 如何處理使用統一資源識別碼(URI)來表達的網頁地址。 下表描述了元素(Uri 設定)下<uri>每個子組態元素的功能。
| 元素 | Description |
|---|---|
| <idn> Element (Uri 設定) | 規定是否適用於網域名稱的國際化網域名稱(IDN)解析。 |
| <iriParsing> Element(Uri 設定) | 規定是否套用國際資源識別碼(IRI)解析, Uri 以及是否應套用 IRI 解析規則。 |
| <schemeSettings> Element (Uri Settings) | 指定如何解析特定方案中的 a Uri 。 |