C# Class GameMachine.Core.Authentication

Datei anzeigen Open project: gamemachine/gamemachine Class Usage Examples

Public Methods

Method Description
Authenticate ( string gameId, string hostname, int httpPort, string username, string password, Success success, Error error ) : IEnumerator

Method Details

Authenticate() public method

public Authenticate ( string gameId, string hostname, int httpPort, string username, string password, Success success, Error error ) : IEnumerator
gameId string
hostname string
httpPort int
username string
password string
success Success
error Error
return IEnumerator