C# Class Codebreak.RPC.Protocol.AuthentificationMessage

Inheritance: Codebreak.RPC.Service.AbstractRcpMessage
Mostrar archivo Open project: hussein-aitlahcen/codebreak

Public Methods

Method Description
AuthentificationMessage ( ) : Codebreak.RPC.Service

AuthentificationMessage ( string password, string remoteIp ) : Codebreak.RPC.Service

Deserialize ( ) : void

Serialize ( ) : void

Method Details

AuthentificationMessage() public method

public AuthentificationMessage ( ) : Codebreak.RPC.Service
return Codebreak.RPC.Service

AuthentificationMessage() public method

public AuthentificationMessage ( string password, string remoteIp ) : Codebreak.RPC.Service
password string
remoteIp string
return Codebreak.RPC.Service

Deserialize() public method

public Deserialize ( ) : void
return void

Serialize() public method

public Serialize ( ) : void
return void