C# Class LoginProcessor, TicTacToe

Show file Open project: SaladLab/TicTacToe Class Usage Examples

Public Methods

Method Description
GetEndPointAddress ( string address ) : IPEndPoint
Login ( MonoBehaviour owner, IPEndPoint endPoint, string id, string password, Action progressReport ) : Task

Private Methods

Method Description
LoginCoroutine ( IPEndPoint endPoint, string id, string password, ISlimTaskCompletionSource tcs, Action progressReport ) : IEnumerator
OnChannelClose ( object channel ) : void

Method Details

GetEndPointAddress() public static method

public static GetEndPointAddress ( string address ) : IPEndPoint
address string
return IPEndPoint

Login() public static method

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