C# Class Server.Misc.ServerList

Show file Open project: runuo/runuo Class Usage Examples

Public Properties

Property Type Description
Address string
AutoDetect bool
ServerName string

Public Methods

Method Description
Initialize ( ) : void

Private Methods

Method Description
AutoDetection ( ) : void
EventSink_ServerList ( ServerListEventArgs e ) : void
FindPublicAddress ( ) : IPAddress
HasPublicIPAddress ( ) : bool
IsPrivateNetwork ( IPAddress ip ) : bool
Resolve ( string addr, IPAddress &outValue ) : void

Method Details

Initialize() public static method

public static Initialize ( ) : void
return void

Property Details

Address public static property

public static string Address
return string

AutoDetect public static property

public static bool AutoDetect
return bool

ServerName public static property

public static string ServerName
return string