AbortConnection() | Photon.SocketServer.PeerBase | inline |
ClientUsingDebugLib | Photon.SocketServer.PeerBase | |
ClientVersion | Photon.SocketServer.PeerBase | |
Connected | Photon.SocketServer.PeerBase | |
ConnectionId | Photon.SocketServer.PeerBase | |
ConnectionState | Photon.SocketServer.PeerBase | |
CreationTime | Photon.SocketServer.PeerBase | |
DefaultDisconnectInterval | Photon.SocketServer.PeerBase | static |
Disconnect(int disconnectError=ErrorCodes.Ok) | Photon.SocketServer.PeerBase | inline |
DisconnectAfterSend(int disconnectCode, int disconnectDelay, SendResult result) | Photon.SocketServer.PeerBase | inlineprotected |
Dispose() | Photon.SocketServer.PeerBase | inline |
Dispose(bool disposing) | Photon.SocketServer.PeerBase | inlineprotectedvirtual |
Disposed | Photon.SocketServer.PeerBase | |
Flush() | Photon.SocketServer.PeerBase | inline |
GetDebugString() | Photon.SocketServer.PeerBase | inline |
GetHistograms() | Photon.SocketServer.PeerBase | inlinevirtual |
GetLastTouch() | Photon.SocketServer.PeerBase | inline |
GetStats(out int roundTripTime, out int roundTripTimeVariance, out int numFailures) | Photon.SocketServer.PeerBase | inline |
GetTraceStatus(out int traceOptions, out int enableOptions, out string tag) | Photon.SocketServer.PeerBase | inlineprotected |
HandleParseError(byte[] data, SendParameters sendParameters, Exception exception, string errorMsg, short errorCode, RtsMessageType msgType, byte operationCode=0) | Photon.SocketServer.PeerBase | inlineprotected |
Initialize(InitRequest initRequest) | Photon.SocketServer.PeerBase | inline |
InitializeEncryption(byte[] otherPartyPublicKey) | Photon.SocketServer.PeerBase | inline |
InitializeEncryption(byte[] otherPartyPublicKey, EncryptionMethod mode) | Photon.SocketServer.PeerBase | inline |
IsConnectionSecure | Photon.SocketServer.PeerBase | |
IsIPv6ToIPv4Bridged | Photon.SocketServer.PeerBase | |
LastErrorCode | Photon.SocketServer.PeerBase | |
LocalIP | Photon.SocketServer.PeerBase | |
LocalIPAddress | Photon.SocketServer.PeerBase | |
LocalIPAddressIsIPv6 | Photon.SocketServer.PeerBase | |
LocalPort | Photon.SocketServer.PeerBase | |
metaDataContext | Photon.SocketServer.PeerBase | protected |
NeedSendErrorLog(SendResult sendResult) | Photon.SocketServer.PeerBase | inlineprotectedstatic |
NetworkProtocol | Photon.SocketServer.PeerBase | |
NumFailures | Photon.SocketServer.PeerBase | |
OnDeserializationError(byte[] data, RtsMessageType msgType, string debugMessage, short errorCode=ErrorCodes.UnexpectedData, byte opCode=0, Exception exception=null) | Photon.SocketServer.PeerBase | inlineprotectedvirtual |
OnDisconnect(int reasonCode, string reasonDetail) | Photon.SocketServer.PeerBase | protectedpure virtual |
OnEncryptionQueueOverload(EncryptionQueueFailureParams failureParams) | Photon.SocketServer.PeerBase | inlineprotectedvirtual |
OnMessageInternal(object message, SendParameters sendParameters) | Photon.SocketServer.PeerBase | inlineprotected |
OnOperationRequestInternal(OperationRequest operationRequest, SendParameters sendParameters) | Photon.SocketServer.PeerBase | inlineprotected |
OnReceive(byte[] data, SendParameters sendParameters) | Photon.SocketServer.PeerBase | inlineprotectedvirtual |
OnSendBufferEmpty() | Photon.SocketServer.PeerBase | inlineprotectedvirtual |
ParseInternalOperationRequest(byte[] data, SendParameters sendParameters) | Photon.SocketServer.PeerBase | inlineprotected |
ParseMessage(byte[] data, SendParameters sendParameters) | Photon.SocketServer.PeerBase | inlineprotected |
ParseOperationRequest(byte[] data, SendParameters sendParameters) | Photon.SocketServer.PeerBase | inlineprotected |
ParseRawMessage(byte[] data, SendParameters sendParameters) | Photon.SocketServer.PeerBase | inlineprotected |
PeerType | Photon.SocketServer.PeerBase | |
PlatformId | Photon.SocketServer.PeerBase | |
privateCustomTypeCache | Photon.SocketServer.PeerBase | protected |
PrivateInboundController | Photon.SocketServer.PeerBase | |
Protocol | Photon.SocketServer.PeerBase | |
ProtocolType | Photon.SocketServer.PeerBase | |
RemoteIP | Photon.SocketServer.PeerBase | |
RemoteIPAddress | Photon.SocketServer.PeerBase | |
RemotePort | Photon.SocketServer.PeerBase | |
RequestFiber | Photon.SocketServer.PeerBase | |
RoundTripTime | Photon.SocketServer.PeerBase | |
RoundTripTimeVariance | Photon.SocketServer.PeerBase | |
ScheduledForDisconnect | Photon.SocketServer.PeerBase | |
ScheduleDisconnect(int disconnectError, int delay) | Photon.SocketServer.PeerBase | inline |
SdkId | Photon.SocketServer.PeerBase | |
SendData(byte[] data, SendParameters sendParameters) | Photon.SocketServer.PeerBase | inlineprotectedvirtual |
SendDisconnectMessage(DisconnectMessage message, SendParameters sendParameters, int disconnectDelay=DefaultDisconnectInterval) | Photon.SocketServer.PeerBase | inline |
sendErrorLog | Photon.SocketServer.PeerBase | protectedstatic |
SendEvent(IEventData eventData, SendParameters sendParameters) | Photon.SocketServer.PeerBase | inline |
SendEventAndDisconnect(IEventData eventData, SendParameters sendParameters, int disconnectDelay=DefaultDisconnectInterval, int disconnectCode=ErrorCodes.Ok) | Photon.SocketServer.PeerBase | inline |
SendMessage(object message, SendParameters sendParameters) | Photon.SocketServer.PeerBase | inline |
SendMessageAndDisconnect(object message, SendParameters sendParameters, int disconnectDelay=DefaultDisconnectInterval, int disconnectCode=ErrorCodes.Ok) | Photon.SocketServer.PeerBase | inline |
SendOperationResponse(OperationResponse operationResponse, SendParameters sendParameters) | Photon.SocketServer.PeerBase | inline |
SendOperationResponseAndDisconnect(OperationResponse operationResponse, SendParameters sendParameters, int disconnectDelay=DefaultDisconnectInterval) | Photon.SocketServer.PeerBase | inline |
SetDebugString(string message) | Photon.SocketServer.PeerBase | inline |
SetInboundController(InboundController controller) | Photon.SocketServer.PeerBase | inline |
SetPrivateCustomTypeCache(CustomTypeCache cache) | Photon.SocketServer.PeerBase | inline |
SetupEncryption(EncryptionData encryptionData, byte channelCount, out short errorCode, out string errorMsg) | Photon.SocketServer.PeerBase | inline |
SourceUsingIPv6 | Photon.SocketServer.PeerBase | |
SyncRoot | Photon.SocketServer.PeerBase | protected |
ToString() | Photon.SocketServer.PeerBase | inline |
Trace(bool enabled, object tag) | Photon.SocketServer.PeerBase | inline |