ProtonNet Server 1.0
An Open Solution for all your socket or web api needs.
|
Enumerations | |
enum | CryptoProviderType : byte { Aes = 0 } |
Enum representing the types of crypto providers supported in the XmobiTea.ProtonNet library. More... | |
enum | OperationType : byte { OperationRequest = 0 , OperationResponse = 1 , OperationEvent = 2 , OperationPing = 3 , OperationPong = 4 , OperationHandshake = 5 , OperationHandshakeAck = 6 , OperationDisconnect = 7 } |
Enum representing the various types of operations supported in the XmobiTea.ProtonNet library. More... | |
enum | ProtocolProviderType : byte { SimplePack = 0 , MessagePack = 1 } |
Enum representing the types of protocol providers supported in the XmobiTea.ProtonNet library. More... | |
Enum representing the types of crypto providers supported in the XmobiTea.ProtonNet library.
Enumerator | |
---|---|
Aes | AES (Advanced Encryption Standard) crypto provider. |
Enum representing the various types of operations supported in the XmobiTea.ProtonNet library.
Enum representing the types of protocol providers supported in the XmobiTea.ProtonNet library.
Enumerator | |
---|---|
SimplePack | SimplePack protocol provider. |
MessagePack | MessagePack protocol provider. |