ProtonNet Server 1.0
An Open Solution for all your socket or web api needs.
Loading...
Searching...
No Matches
XmobiTea.ProtonNet.Client.Socket.Types Namespace Reference

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...
 

Enumeration Type Documentation

◆ SslTransportProtocol

Enum representing the different SSL (Secure Sockets Layer) transport protocols that can be used for secure socket communication.

Enumerator
Ssl 

Secure Sockets Layer (SSL) transport.

Wss 

Secure WebSocket (WSS) transport.

◆ TransportProtocol

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.