C# 클래스 Network.MasterServer.ExternalServerList

상속: IDisposable
파일 보기 프로젝트 열기: merveilles/WaitingForHorus 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
URI string

공개 메소드들

메소드 설명
Dispose ( ) : void
ExternalServerList ( ) : System
Refresh ( ) : void
TryGetRandomServer ( ServerInfoRaw &serverInfo ) : bool

비공개 메소드들

메소드 설명
ReceiveDownloadStringCompleted ( object sender, DownloadStringCompletedEventArgs args ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ExternalServerList() 공개 메소드

public ExternalServerList ( ) : System
리턴 System

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

TryGetRandomServer() 공개 메소드

public TryGetRandomServer ( ServerInfoRaw &serverInfo ) : bool
serverInfo ServerInfoRaw
리턴 bool

프로퍼티 상세

URI 공개적으로 프로퍼티

public string URI
리턴 string