Photon Server API Documentation v5.0RC1

Public Member Functions | Public Attributes | List of all members
Photon.Common.Authentication.CustomAuthHandler.AuthQueueState Class Reference

Public Member Functions

 AuthQueueState (ICustomAuthPeer peer, IAuthenticateRequest authenticateRequest, SendParameters sendParameters, object state)
 

Public Attributes

readonly ICustomAuthPeer Peer
 
readonly IAuthenticateRequest AuthenticateRequest
 
readonly object State
 
readonly SendParameters SendParameters
 

Constructor & Destructor Documentation

◆ AuthQueueState()

Photon.Common.Authentication.CustomAuthHandler.AuthQueueState.AuthQueueState ( ICustomAuthPeer  peer,
IAuthenticateRequest  authenticateRequest,
SendParameters  sendParameters,
object  state 
)
inline

Member Data Documentation

◆ AuthenticateRequest

readonly IAuthenticateRequest Photon.Common.Authentication.CustomAuthHandler.AuthQueueState.AuthenticateRequest

◆ Peer

readonly ICustomAuthPeer Photon.Common.Authentication.CustomAuthHandler.AuthQueueState.Peer

◆ SendParameters

readonly SendParameters Photon.Common.Authentication.CustomAuthHandler.AuthQueueState.SendParameters

◆ State

readonly object Photon.Common.Authentication.CustomAuthHandler.AuthQueueState.State