C# Class Server.Misc.ServerList

Datei anzeigen 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_oe static_oe property

public static string Address
return string

AutoDetect public_oe static_oe property

public static bool AutoDetect
return bool

ServerName public_oe static_oe property

public static string ServerName
return string