ProtonNet Server 1.0
An Open Solution for all your socket or web api needs.
|
Classes | |
class | HttpClient |
Represents an HTTP client that handles sending requests and receiving responses over a TCP connection. More... | |
class | HttpsClient |
Represents an HTTPS client that handles sending requests and receiving responses over an SSL/TLS-encrypted TCP connection. More... | |
interface | IClient |
Defines the interface for a client that can connect, disconnect, and send data over a network. Supports both synchronous and asynchronous operations. More... | |
interface | IHttpClient |
Defines the interface for an HTTP client that can send requests and handle responses over a network. Inherits from IClient. More... | |
interface | ITcpClient |
Represents the interface for a TCP client that can connect, disconnect, and send data over a network. More... | |
interface | IUdpClient |
Defines the interface for a UDP client that can connect, disconnect, send, and receive data over a network. Supports both synchronous and asynchronous operations. More... | |
interface | IWsClient |
Defines the interface for a WebSocket client that can send and receive various types of data frames over a network. More... | |
class | SslClient |
Implements an SSL/TLS client for secure communication over a TCP connection. More... | |
class | TcpClient |
Implements a TCP client for connecting to a server, sending, and receiving data. Provides both synchronous and asynchronous operations. More... | |
class | UdpClient |
Implements a UDP client for sending and receiving data over a network. Provides both synchronous and asynchronous operations. More... | |
class | WsClient |
Implements a WebSocket client over an HTTP connection. Supports both synchronous and asynchronous operations. More... | |
class | WssClient |
Implements a WebSocket Secure (WSS) client over an HTTPS connection. Supports both synchronous and asynchronous operations. More... | |