.NET Networking APIs

System.Net.Sockets

Provides low-level network socket classes for developing network-aware applications.

Sockets TCP UDP
View Details

System.Net.Http

Provides classes for sending HTTP requests and receiving HTTP responses.

HTTP REST Client
View Details

System.Net.FtpWebRequest

Provides client support for the File Transfer Protocol (FTP).

FTP File Transfer
View Details

System.Net.Mail

Provides classes for building and sending email messages.

Email SMTP
View Details

System.Net.NetworkInformation

Provides classes that enable querying and managing network configuration and statistics.

Network Info IP Addresses Ping
View Details

System.Net.Security

Provides classes for network authentication and encryption, such as SSL/TLS.

SSL TLS Security
View Details

System.Net.WebSockets

Provides classes for creating and managing WebSocket connections.

WebSockets Real-time
View Details