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

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

Enumeration Type Documentation

◆ CryptoProviderType

Enum representing the types of crypto providers supported in the XmobiTea.ProtonNet library.

Enumerator
Aes 

AES (Advanced Encryption Standard) crypto provider.

◆ OperationType

Enum representing the various types of operations supported in the XmobiTea.ProtonNet library.

Enumerator
OperationRequest 

Operation representing a request.

OperationResponse 

Operation representing a response.

OperationEvent 

Operation representing an event.

OperationPing 

Operation representing a ping.

OperationPong 

Operation representing a pong.

OperationHandshake 

Operation representing a handshake.

OperationHandshakeAck 

Operation representing a handshake acknowledgment.

OperationDisconnect 

Operation representing a disconnect.

◆ ProtocolProviderType

Enum representing the types of protocol providers supported in the XmobiTea.ProtonNet library.

Enumerator
SimplePack 

SimplePack protocol provider.

MessagePack 

MessagePack protocol provider.