C# 클래스 LoginProcessor, TicTacToe

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

공개 메소드들

메소드 설명
GetEndPointAddress ( string address ) : IPEndPoint
Login ( MonoBehaviour owner, IPEndPoint endPoint, string id, string password, Action progressReport ) : Task

비공개 메소드들

메소드 설명
LoginCoroutine ( IPEndPoint endPoint, string id, string password, ISlimTaskCompletionSource tcs, Action progressReport ) : IEnumerator
OnChannelClose ( object channel ) : void

메소드 상세

GetEndPointAddress() 공개 정적인 메소드

public static GetEndPointAddress ( string address ) : IPEndPoint
address string
리턴 IPEndPoint

Login() 공개 정적인 메소드

public static Login ( MonoBehaviour owner, IPEndPoint endPoint, string id, string password, Action progressReport ) : Task
owner MonoBehaviour
endPoint IPEndPoint
id string
password string
progressReport Action
리턴 Task