C# 클래스 Codebreak.RPC.Protocol.AuthentificationMessage

상속: Codebreak.RPC.Service.AbstractRcpMessage
파일 보기 프로젝트 열기: hussein-aitlahcen/codebreak

공개 메소드들

메소드 설명
AuthentificationMessage ( ) : Codebreak.RPC.Service

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

Deserialize ( ) : void

Serialize ( ) : void

메소드 상세

AuthentificationMessage() 공개 메소드

public AuthentificationMessage ( ) : Codebreak.RPC.Service
리턴 Codebreak.RPC.Service

AuthentificationMessage() 공개 메소드

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

Deserialize() 공개 메소드

public Deserialize ( ) : void
리턴 void

Serialize() 공개 메소드

public Serialize ( ) : void
리턴 void