C# 클래스 ManateesAgainstCards.Network.ServerList.ServerListRequest

파일 보기 프로젝트 열기: DatZach/HumanityAgainstCards

공개 메소드들

메소드 설명
GetAddress ( ) : string
ServerListRequest ( string command ) : System
ServerListRequest ( string command, bool passwordProtected ) : System
ServerListRequest ( string command, int playerCount ) : System

메소드 상세

GetAddress() 공개 메소드

public GetAddress ( ) : string
리턴 string

ServerListRequest() 공개 메소드

public ServerListRequest ( string command ) : System
command string
리턴 System

ServerListRequest() 공개 메소드

public ServerListRequest ( string command, bool passwordProtected ) : System
command string
passwordProtected bool
리턴 System

ServerListRequest() 공개 메소드

public ServerListRequest ( string command, int playerCount ) : System
command string
playerCount int
리턴 System