Networking samples for .NET
The official networking code technology samples for .NET v4.0
This page contains samples for networking technologies in the System.Net namespace for .NET v4.0.
Networking samples download link
Please click
here or click on the "Downloads" tab to download the networking technology samples for .NET 4.0.
To download samples from previous versions of .NET please go to
http://msdn.microsoft.com/en-us/library/8sd71sfs.aspx
Networking technology samples
ASPX HostingShows how to display the progress of a file download.
Download Download Progress IndicatorShows how to display the progress of a file download.
Download FTP ClientShows how to upload and download files to and from an FTP server.
Download HttpListenerShows how to process HTTP requests from within an application.
Download MailerShows how to send email messages from a client application.
Download NetStat ToolDemonstrates the NCLNetStat network information tool.
Download Network InformationShows how to monitor and display network information.
Download Ping ClientDemonstrates a client application that can ping a remote host.
Download WebClientDemonstrates how to perform common operations, such as the upload or download of files or data.
Download Secure StreamsShows how to use a secure stream to communicate between a client and a server.
Download IPv6 SocketsDemonstrates how to use sockets when IPv6 is enabled.
Download FTP ExplorerDemonstrates how to list the contents of an FTP server.
Download Socket PerformanceShows how to use enhancements in the Socket class to build a server application that uses asynchronous network I/O to achieve the highest performance.
Download PeerToPeerShows how to use the new classes in the System.Net.PeerToPeer namespace to register and publish a peer name and then resolve a peer name.
Download