Network Programming
The System.Net namespaces contain classes that provide a simple programming interface for a number of network protocols, compose and send e-mail, represent Multipurpose Internet Mail Exchange (MIME), access peer-to-peer networking functionality etc.
The two primary Internet protocols are FTP and HTTP. From the following VB.NET chapters you can learn more about System.Net namespace.
Related Topics
- How to send email from VB.NET
- VB.NET Send email using CDOSYS
- How to find IP Address of Host
- How to read a URL Content
- VB.NET Socket Programming
- VB.NET Server Socket Program
- VB.NET Client Socket Program
- VB.NET MultiThreaded Socket Programming
- VB.NET MultiThreaded Server Socket Programming
- VB.NET MultiThreaded Client Socket Programming
- VB.NET Chat Server Program
- VB.NET Chat Server
- VB.NET Chat Client
- VB.NET Email Attachment
- How to VB.Net Web Browser