Photon Server API Documentation v5.0RC1

Public Member Functions | Properties | List of all members
Photon.Common.Authentication.CustomAuthentication.AsyncHttpResponse Class Reference

Public Member Functions

 AsyncHttpResponse (HttpRequestQueueResultCode status, bool rejectIfUnavailable, object state)
 

Properties

HttpRequestQueueResultCode Status [get]
 
object State [get, set]
 
byte[] ResponseData [get, set]
 
bool RejectIfUnavailable [get, set]
 
long ElapsedTicks [get, set]
 

Constructor & Destructor Documentation

◆ AsyncHttpResponse()

Photon.Common.Authentication.CustomAuthentication.AsyncHttpResponse.AsyncHttpResponse ( HttpRequestQueueResultCode  status,
bool  rejectIfUnavailable,
object  state 
)
inline

Property Documentation

◆ ElapsedTicks

long Photon.Common.Authentication.CustomAuthentication.AsyncHttpResponse.ElapsedTicks
getset

◆ RejectIfUnavailable

bool Photon.Common.Authentication.CustomAuthentication.AsyncHttpResponse.RejectIfUnavailable
getset

◆ ResponseData

byte [] Photon.Common.Authentication.CustomAuthentication.AsyncHttpResponse.ResponseData
getset

◆ State

object Photon.Common.Authentication.CustomAuthentication.AsyncHttpResponse.State
getset

◆ Status

HttpRequestQueueResultCode Photon.Common.Authentication.CustomAuthentication.AsyncHttpResponse.Status
get