Photon Server API Documentation
v5.0RC1
Contains information for a intiialize encryption operation response. More...
Public Member Functions | |
| InitializeEncryptionEventArgs (short returnCode, string debugMessage) | |
| Initializes a new instance of the InitializeEncryptionEventArgs class. More... | |
Properties | |
| string | DebugMessage [get] |
| Gets a the debeug message of the initialize encryption response. More... | |
| short | ReturnCode [get] |
| Gets the return code from the initialize enryption response. More... | |
Contains information for a intiialize encryption operation response.
|
inline |
Initializes a new instance of the InitializeEncryptionEventArgs class.
| returnCode | The received return code. |
| debugMessage | The received debug message. |
|
get |
Gets a the debeug message of the initialize encryption response.
|
get |
Gets the return code from the initialize enryption response.