C# 클래스 GameMachine.Core.Authentication

파일 보기 프로젝트 열기: gamemachine/gamemachine 1 사용 예제들

공개 메소드들

메소드 설명
Authenticate ( string gameId, string hostname, int httpPort, string username, string password, Success success, Error error ) : IEnumerator

메소드 상세

Authenticate() 공개 메소드

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
리턴 IEnumerator