Photon Server API Documentation v5.0RC1

Public Member Functions | Properties | List of all members
Photon.SocketServer.ServerToServer.InitializeEncryptionEventArgs Class Reference

Contains information for a intiialize encryption operation response. More...

Inheritance diagram for Photon.SocketServer.ServerToServer.InitializeEncryptionEventArgs:

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

Detailed Description

Contains information for a intiialize encryption operation response.

Constructor & Destructor Documentation

◆ InitializeEncryptionEventArgs()

Photon.SocketServer.ServerToServer.InitializeEncryptionEventArgs.InitializeEncryptionEventArgs ( short  returnCode,
string  debugMessage 
)
inline

Initializes a new instance of the InitializeEncryptionEventArgs class.

Parameters
returnCodeThe received return code.
debugMessageThe received debug message.

Property Documentation

◆ DebugMessage

string Photon.SocketServer.ServerToServer.InitializeEncryptionEventArgs.DebugMessage
get

Gets a the debeug message of the initialize encryption response.

◆ ReturnCode

short Photon.SocketServer.ServerToServer.InitializeEncryptionEventArgs.ReturnCode
get

Gets the return code from the initialize enryption response.