नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
Configures basic network options for the System.Net namespace.
<configuration>
<system.net>
<settings>
Syntax
<settings>
<httpListener>...</httpListener>
<httpWebRequest>...</httpWebRequest>
<ipv6>...</ipv6>
<performanceCounters>...</performanceCounters>
<servicePointManager>...</servicePointManager>
<socket>...</socket>
<webProxyScript>...</webProxyScript>
</settings>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
| Element | Description |
|---|---|
| httpListener | Customizes parameters used by the HttpListener class. |
| httpWebRequest | Customizes Web request parameters. |
| ipv6 | Enables Internet Protocol version 6 (IPv6) support. |
| <performanceCounter> Element (Network Settings) | Enables network performance counters. |
| servicePointManager | Configures connections to network resources. |
| socket | Specifies whether socket operations use completion ports. |
| <webProxyScript> Element (Network Settings) | Configures the characteristics of the script used to discover Web proxies. |
Parent Elements
| Element | Description |
|---|---|
| system.net | Contains settings that specify how the .NET Framework connects to the network. |
Remarks
Configuration Files
This element can be used in the application configuration file or the machine configuration file (Machine.config).
See also
GitHub पर हमारे साथ सहयोग करें
इस सामग्री का स्रोत GitHub पर पाया जा सकता है, जहां आप मुद्दों को बना सकते हैं और उनकी समीक्षा भी कर सकते हैं और अनुरोध खींच सकते हैं। अधिक जानकारी के लिए, हमारी योगदानकर्ता मार्गदर्शिका देखें।