C# Class ServerMessaging

Inheritance: MonoBehaviour
ファイルを表示 Open project: mezosaurus/eae-project Class Usage Examples

Public Methods

Method Description
UploadScoreToServer ( string name, UInt32 score, GameMode, gameMode, string levelName ) : void

Private Methods

Method Description
CompareBytearrays ( byte a, byte b ) : bool
GetEncryptedBytes ( byte message ) : byte[]
GetIntegerSize ( BinaryReader binr ) : int
GetPublicKey ( string publicKeyString ) : RSACryptoServiceProvider
SendData ( byte data ) : IEnumerator

Method Details

UploadScoreToServer() public static method

public static UploadScoreToServer ( string name, UInt32 score, GameMode, gameMode, string levelName ) : void
name string
score System.UInt32
gameMode GameMode,
levelName string
return void