![]() |
ProtonNet Server 1.0
An Open Solution for all your socket or web api needs.
|
Enumerations | |
enum | TransportProtocol { Udp = 0 , Tcp = 1 , Ws = 4 } |
Enum representing the different transport protocols that can be used for socket communication. More... | |
enum | SslTransportProtocol { Ssl = 2 , Wss = 5 } |
Enum representing the different SSL (Secure Sockets Layer) transport protocols that can be used for secure socket communication. More... | |
Enum representing the different transport protocols that can be used for socket communication.
Enumerator | |
---|---|
Udp | User Datagram Protocol (UDP) transport. |
Tcp | Transmission Control Protocol (TCP) transport. |
Ws | WebSocket (WS) transport. |