C# Class Network.MasterServer.ExternalServerList

Inheritance: IDisposable
Datei anzeigen Open project: merveilles/WaitingForHorus Class Usage Examples

Public Properties

Property Type Description
URI string

Public Methods

Method Description
Dispose ( ) : void
ExternalServerList ( ) : System
Refresh ( ) : void
TryGetRandomServer ( ServerInfoRaw &serverInfo ) : bool

Private Methods

Method Description
ReceiveDownloadStringCompleted ( object sender, DownloadStringCompletedEventArgs args ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ExternalServerList() public method

public ExternalServerList ( ) : System
return System

Refresh() public method

public Refresh ( ) : void
return void

TryGetRandomServer() public method

public TryGetRandomServer ( ServerInfoRaw &serverInfo ) : bool
serverInfo ServerInfoRaw
return bool

Property Details

URI public_oe property

public string URI
return string