-
Introducing Pluggable Protocols
-
Describes how to access an Internet resource without regard to the access protocol that it requires.
-
Requesting Data
-
Explains how to use pluggable protocols to upload and download data from Internet resources.
-
Programming Pluggable Protocols
-
Explains how to derive protocol-specific classes to implement pluggable protocols.
-
Using Application Protocols
-
Describes programming applications that take advantage of network protocols such as TCP, UDP, and HTTP.
-
Internet Protocol Version 6
-
Describes the advantages of Internet Protocol version 6 (IPv6) over the current version of the Internet Protocol suite (IPv4), describes IPv6 addressing, routing and auto-configuration, and how to enable and disable IPv6.
-
Configuring Internet Applications
-
Explains how to use the .NET Framework configuration files to configure Internet applications.
-
Network Tracing
-
Explains how to use network tracing to get information about method invocations and network traffic generated by a managed application.
-
Cache Management for Network Applications
-
Describes how to use caching for applications that use the System.Net.WebClient, System.Net.WebRequest, and System.Net.HttpWebRequest classes.
-
Security in Network Programming
-
Describes how to use standard Internet security and authentication techniques.
-
Best Practices for System.Net Classes
-
Provides tips and tricks for getting the most out of your Internet applications.
-
Accessing the Internet Through a Proxy
-
Describes how to configure proxies.
-
NetworkInformation
-
Describes how to gather information about network events, changes, statistics, and properties and also explains how to determine whether a remote host is reachable by using the System.Net.NetworkInformation.Ping class.
-
Changes to the System.Uri namespace in Version 2.0
-
Describes several changes made to the System.Uri class in Version 2.0 to fixed incorrect behavior, enhance usability, and enhance security.
-
International Resource Identifier Support in System.Uri
-
Describes enhancements to the System.Uri class in Version 3.5, 3.0 SP1, and 2.0 SP1 for International Resource Identifier (IRI) and Internationalized Domain Name (IDN) support.
-
Socket Performance Enhancements in Version 3.5
-
Describes a set of enhancements to the System.Net.Sockets.Socket class in Version 3.5, 3.0 SP1, and 2.0 SP1 that provide an alternative asynchronous pattern that can be used by specialized high-performance socket applications.
-
Peer Name Resolution Protocol
-
Describes support added in Version 3.5 to support the Peer Name Resolution Protocol (PNRP), a serverless and dynamic name registration and name resolution protocol. These new features are supported by the System.Net.PeerToPeer namespace.
-
Peer-to-Peer Collaboration
-
Describes support added in Version 3.5 to support the Peer-to-Peer Collaboration that builds on PNRP. These new features are supported by the System.Net.PeerToPeer.Collaboration namespace.
-
Changes to NTLM authentication for HttpWebRequest in Version 3.5 SP1
-
Describes security changes made in Version 3.5 SP1 that affect how integrated Windows authentication is handled by the System.Net.HttpWebRequest, System.Net.HttpListener, System.Net.Security.NegotiateStream, and related classes in the System.Net namespace.
-
Integrated Windows Authentication with Extended Protection
-
Describes enhancements for extended protection that affect how integrated Windows authentication is handled by the System.Net.HttpWebRequest, System.Net.HttpListener, System.Net.Mail.SmtpClient, System.Net.Security.SslStream, System.Net.Security.NegotiateStream, and related classes in the System.Net and related namespaces.
-
NAT Traversal using IPv6 and Teredo
-
Describes enhancements added to the System.Net, System.Net.NetworkInformation, and System.Net.Sockets namespaces to support NAT traversal using IPv6 and Teredo.
-
Network Isolation for Windows Store Apps
-
Describes the impact of network isolation when classes in the System.Net, System.Net.Http, and System.Net.Http.Headers namespaces are used in Windows Store apps.
-
Network Programming Samples
-
Links to downloadable network programming samples that use classes in the System.Net, System.Net.Cache, System.Net.Configuration, System.Net.Mail, System.Net.Mime, System.Net.NetworkInformation, System.Net.PeerToPeer, System.Net.Security, System.Net.Sockets namespaces.