C# 클래스 Dwarrowdelf.Client.ConnectManager

파일 보기 프로젝트 열기: tomba/dwarrowdelf

공개 메소드들

메소드 설명
ConnectManager ( ) : System
ConnectPlayerAsync ( ConnectionType connectionType, IProgress prog ) : Task
DisconnectAsync ( IProgress prog ) : Task
OnDisconnected ( ) : void
OnGameSaved ( ) : void
StartServerAndConnectAsync ( EmbeddedServerOptions options, ConnectionType connectionType, IProgress prog ) : Task
StartServerAsync ( EmbeddedServerOptions options, IProgress prog ) : Task
StopServerAsync ( IProgress prog ) : Task

메소드 상세

ConnectManager() 공개 메소드

public ConnectManager ( ) : System
리턴 System

ConnectPlayerAsync() 공개 메소드

public ConnectPlayerAsync ( ConnectionType connectionType, IProgress prog ) : Task
connectionType ConnectionType
prog IProgress
리턴 Task

DisconnectAsync() 공개 메소드

public DisconnectAsync ( IProgress prog ) : Task
prog IProgress
리턴 Task

OnDisconnected() 공개 메소드

public OnDisconnected ( ) : void
리턴 void

OnGameSaved() 공개 메소드

public OnGameSaved ( ) : void
리턴 void

StartServerAndConnectAsync() 공개 메소드

public StartServerAndConnectAsync ( EmbeddedServerOptions options, ConnectionType connectionType, IProgress prog ) : Task
options EmbeddedServerOptions
connectionType ConnectionType
prog IProgress
리턴 Task

StartServerAsync() 공개 메소드

public StartServerAsync ( EmbeddedServerOptions options, IProgress prog ) : Task
options EmbeddedServerOptions
prog IProgress
리턴 Task

StopServerAsync() 공개 메소드

public StopServerAsync ( IProgress prog ) : Task
prog IProgress
리턴 Task