C# Class d3.Server.Services.AuthenticationServerImpl

Inheritance: AuthenticationServer
Afficher le fichier Open project: fry/d3

Méthodes publiques

Méthode Description
AuthenticationServerImpl ( ClientHandler client ) : System
Logon ( Google controller, LogonRequest request, Action done ) : void
ModuleMessage ( Google controller, ModuleMessageRequest request, Action done ) : void

Method Details

AuthenticationServerImpl() public méthode

public AuthenticationServerImpl ( ClientHandler client ) : System
client ClientHandler
Résultat System

Logon() public méthode

public Logon ( Google controller, LogonRequest request, Action done ) : void
controller Google
request LogonRequest
done Action
Résultat void

ModuleMessage() public méthode

public ModuleMessage ( Google controller, ModuleMessageRequest request, Action done ) : void
controller Google
request ModuleMessageRequest
done Action
Résultat void