.NET Networking APIs
System.Net.Sockets
Provides low-level network socket classes for developing network-aware applications.
View DetailsSystem.Net.Http
Provides classes for sending HTTP requests and receiving HTTP responses.
View DetailsSystem.Net.NetworkInformation
Provides classes that enable querying and managing network configuration and statistics.
View DetailsSystem.Net.Security
Provides classes for network authentication and encryption, such as SSL/TLS.
View DetailsSystem.Net.WebSockets
Provides classes for creating and managing WebSocket connections.
View Details