Classes Used in .NET Framework Network Operations
System.Net, System.Net.Sockets, and Uri provide a layered, extensible, and managed implementation of Internet services that can be quickly and easily integrated into your applications.
Basic Classes Used in Network Operations
This table lists the most important classes used for .NET Framework network operations. For a more comprehensive listing, consult the .NET Framework documentation.
Class |
Description |
---|---|
Provides a simple programming interface for many of the protocols used for networks. |
|
Contains an authentication message for an Internet server. |
|
Provides a set of methods and properties used to manage cookies. |
|
Provides common methods for sending data to and receiving data from a resource identified by a URI (Uniform Resource Identifier). |
|
Makes a request to a URI. |
|
Provides a response from a URI. |
|
Provides a managed implementation of the Windows Sockets (Winsock) interface for developers who need to tightly control access to the network. |
|
Provides client connections for TCP network services. |
|
Listens for connections from TCP network clients. |
|
Provides User Datagram Protocol (UDP) network services. |
|
Provides an object representation of a URI. |
|
Provides a custom constructor and modifiers for URIs. |