This is the complete list of members for Photon.SocketServer.IRpcProtocol, including all inherited members.
HeaderSize | Photon.SocketServer.IRpcProtocol | |
MessageContentType | Photon.SocketServer.IRpcProtocol | |
ProtocolType | Photon.SocketServer.IRpcProtocol | |
Serialize(Stream stream, object obj, CustomTypeCache privateCustomTypeCache=null) | Photon.SocketServer.IRpcProtocol | |
SerializeEventData(EventData eventData, CustomTypeCache privateCustomTypeCache=null) | Photon.SocketServer.IRpcProtocol | |
SerializeEventDataEncrypted(IEventData eventData, ICryptoProvider cryptoProvider, CustomTypeCache privateCustomTypeCache=null) | Photon.SocketServer.IRpcProtocol | |
SerializeInitRequest(string appName, Version version, ushort sdkId, bool usingIPv6) | Photon.SocketServer.IRpcProtocol | |
SerializeInitRequestV2(string appName, string serverAddress, Version version, object custom) | Photon.SocketServer.IRpcProtocol | |
SerializeInitResponse(object responseObject) | Photon.SocketServer.IRpcProtocol | |
SerializeInternalOperationRequest(OperationRequest operationRequest) | Photon.SocketServer.IRpcProtocol | |
SerializeInternalOperationResponse(OperationResponse operationResponse) | Photon.SocketServer.IRpcProtocol | |
SerializeMessage(object message, CustomTypeCache privateCustomTypeCache=null) | Photon.SocketServer.IRpcProtocol | |
SerializeMessageEncrypted(object message, ICryptoProvider cryptoProvider, CustomTypeCache privateCustomTypeCache=null) | Photon.SocketServer.IRpcProtocol | |
SerializeOperationRequest(OperationRequest operationRequest, CustomTypeCache privateCustomTypeCache=null) | Photon.SocketServer.IRpcProtocol | |
SerializeOperationRequestEncrypted(OperationRequest operationRequest, ICryptoProvider cryptoProvider, CustomTypeCache privateCustomTypeCache=null) | Photon.SocketServer.IRpcProtocol | |
SerializeOperationResponse(OperationResponse operationResponse, CustomTypeCache privateCustomTypeCache=null) | Photon.SocketServer.IRpcProtocol | |
SerializeOperationResponseEncrypted(OperationResponse operationResponse, ICryptoProvider cryptoProvider, CustomTypeCache privateCustomTypeCache=null) | Photon.SocketServer.IRpcProtocol | |
SerializeRawMessage(byte[] message, CustomTypeCache privateCustomTypeCache=null) | Photon.SocketServer.IRpcProtocol | |
SerializeRawMessageEncrypted(byte[] message, ICryptoProvider cryptoProvider, CustomTypeCache privateCustomTypeCache=null) | Photon.SocketServer.IRpcProtocol | |
TryConvertParameter(ObjectMemberInfo< DataMemberAttribute > parameterInfo, ref object value) | Photon.SocketServer.IRpcProtocol | |
TryParse(Stream stream, out object obj, CustomTypeCache privateCustomTypeCache=null) | Photon.SocketServer.IRpcProtocol | |
TryParse(byte[] data, int startIndex, int length, out object value, CustomTypeCache privateCustomTypeCache=null) | Photon.SocketServer.IRpcProtocol | |
TryParseEncrypted(byte[] data, ICryptoProvider cryptoProvider, int startIndex, int length, out object value, CustomTypeCache privateCustomTypeCache=null) | Photon.SocketServer.IRpcProtocol | |
TryParseEventData(byte[] data, out EventData eventData, CustomTypeCache privateCustomTypeCache=null) | Photon.SocketServer.IRpcProtocol | |
TryParseEventDataEncrypted(byte[] data, ICryptoProvider cryptoProvider, out EventData eventData, CustomTypeCache privateCustomTypeCache=null) | Photon.SocketServer.IRpcProtocol | |
TryParseMessageHeader(byte[] data, out RtsMessageHeader header) | Photon.SocketServer.IRpcProtocol | |
TryParseOperationRequest(byte[] data, out OperationRequest operationRequest, CustomTypeCache privateCustomTypeCache=null) | Photon.SocketServer.IRpcProtocol | |
TryParseOperationRequestEncrypted(byte[] data, ICryptoProvider cryptoProvider, out OperationRequest operationRequest, CustomTypeCache privateCustomTypeCache) | Photon.SocketServer.IRpcProtocol | |
TryParseOperationResponse(byte[] data, out OperationResponse operationResponse, CustomTypeCache privateCustomTypeCache=null) | Photon.SocketServer.IRpcProtocol | |
TryParseOperationResponseEncrypted(byte[] data, ICryptoProvider cryptoProvider, out OperationResponse operationResponse, CustomTypeCache privateCustomTypeCache=null) | Photon.SocketServer.IRpcProtocol |