C# Class LoginServer.LoginClientServiceImpl

Inheritance: ICli2LoginImpl
Mostrar archivo Open project: fingerpasswang/Phial.Fantasy

Public Methods

Method Description
AskLogin ( string user, string password, byte uuid ) : Task
LoginClientServiceImpl ( ) : System
SetSourceUuid ( byte sid ) : IRpcImplInstnce

Private Methods

Method Description
LoginClientServiceImpl ( byte sid ) : System

Method Details

AskLogin() public method

public AskLogin ( string user, string password, byte uuid ) : Task
user string
password string
uuid byte
return Task

LoginClientServiceImpl() public method

public LoginClientServiceImpl ( ) : System
return System

SetSourceUuid() public method

public SetSourceUuid ( byte sid ) : IRpcImplInstnce
sid byte
return IRpcImplInstnce