Photon .NET Client API 4.1.4.8

Namespaces | Enumerations
ChatDisconnectCause.cs File Reference

Namespaces

namespace  Photon
 
namespace  Photon.Chat
 

Enumerations

enum  Photon.Chat.ChatDisconnectCause {
  Photon.Chat.ChatDisconnectCause.None, Photon.Chat.ChatDisconnectCause.ExceptionOnConnect, Photon.Chat.ChatDisconnectCause.DisconnectByServerLogic, Photon.Chat.ChatDisconnectCause.DisconnectByServerReasonUnknown,
  Photon.Chat.ChatDisconnectCause.ServerTimeout, Photon.Chat.ChatDisconnectCause.ClientTimeout, Photon.Chat.ChatDisconnectCause.Exception, Photon.Chat.ChatDisconnectCause.InvalidAuthentication,
  Photon.Chat.ChatDisconnectCause.MaxCcuReached, Photon.Chat.ChatDisconnectCause.InvalidRegion, Photon.Chat.ChatDisconnectCause.OperationNotAllowedInCurrentState, Photon.Chat.ChatDisconnectCause.CustomAuthenticationFailed,
  Photon.Chat.ChatDisconnectCause.AuthenticationTicketExpired, Photon.Chat.ChatDisconnectCause.DisconnectByClientLogic
}
 Enumeration of causes for Disconnects (used in ChatClient.DisconnectedCause). More...