메소드 | 설명 | |
---|---|---|
CreateServerByAddress ( string address ) : Server | ||
GetAllServers ( ) : System.Collections.Generic.IEnumerable |
||
GetServerByID ( int id ) : Server | ||
TryGetServerByAddress ( string address ) : Server |
public CreateServerByAddress ( string address ) : Server | ||
address | string | |
리턴 | Server |
public GetAllServers ( ) : System.Collections.Generic.IEnumerable |
||
리턴 | System.Collections.Generic.IEnumerable |
public TryGetServerByAddress ( string address ) : Server | ||
address | string | |
리턴 | Server |