forked from dotnet/dotnet-api-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathns-System.Net.xml
20 lines (19 loc) · 2.53 KB
/
ns-System.Net.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Namespace Name="System.Net">
<Docs>
<summary>Provides a simple programming interface for many of the protocols used on networks today. The <see cref="T:System.Net.WebRequest" /> and <see cref="T:System.Net.WebResponse" /> classes form the basis of what are called pluggable protocols, an implementation of network services that enables you to develop applications that use Internet resources without worrying about the specific details of the individual protocols.
Classes in the <see cref="N:System.Net" /> namespace can be used to develop Windows Store apps or desktop apps. When used in a Windows Store app, classes in the <see cref="N:System.Net" /> namespace are affected by network isolation feature, part of the application security model used by the Windows Developer Preview. The appropriate network capabilities must be enabled in the app manifest for a Windows Store app for the system to allow network access by a Windows Store app. For more information, see the <see href="https://docs.microsoft.com/dotnet/framework/network-programming/network-isolation-for-windows-store-apps">Network Isolation for Windows Store Apps</see>.</summary>
<remarks>To be added.</remarks>
<altmember cref="N:System.Net.Cache" />
<altmember cref="N:System.Net.NetworkInformation" />
<altmember cref="N:System.Net.Security" />
<altmember cref="N:System.Net.Sockets" />
<related type="Article" href="/dotnet/framework/network-programming/">Network Programming in the .NET Framework</related>
<related type="Article" href="/dotnet/framework/network-programming/best-practices-for-system-net-classes">Best Practices for System.Net Classes</related>
<related type="Article" href="/dotnet/framework/network-programming/cache-management-for-network-applications">Cache Management for Network Applications</related>
<related type="Article" href="/dotnet/framework/network-programming/internet-protocol-version-6">Internet Protocol Version 6</related>
<related type="Article" href="/dotnet/framework/network-programming/network-isolation-for-windows-store-apps">Network Isolation for Windows Store Apps</related>
<related type="Article" href="/dotnet/framework/network-programming/network-programming-samples">Network Programming Samples</related>
<related type="Article" href="/dotnet/framework/network-programming/network-tracing">Network Tracing in the .NET Framework</related>
<related type="Article" href="/dotnet/framework/network-programming/security-in-network-programming">Security in Network Programming</related>
</Docs>
</Namespace>