C# Class ServerTools.HighPingKicker

Datei anzeigen Open project: dmustanger/7dtd-ServerTools Class Usage Examples

Public Properties

Property Type Description
Dict string>.SortedDictionary
IsEnabled bool
IsRunning bool
MAXPING int
SamplesNeeded int

Public Methods

Method Description
CheckPing ( ClientInfo _cInfo ) : void
Load ( ) : void
Unload ( ) : void
UpdateXml ( ) : void

Private Methods

Method Description
InitFileWatcher ( ) : void
KickPlayer ( ClientInfo _cInfo ) : void
Loadxml ( ) : void
OnFileChanged ( object source, FileSystemEventArgs e ) : void

Method Details

CheckPing() public static method

public static CheckPing ( ClientInfo _cInfo ) : void
_cInfo ClientInfo
return void

Load() public static method

public static Load ( ) : void
return void

Unload() public static method

public static Unload ( ) : void
return void

UpdateXml() public static method

public static UpdateXml ( ) : void
return void

Property Details

Dict public_oe static_oe property

public static SortedDictionary Dict
return string>.SortedDictionary

IsEnabled public_oe static_oe property

public static bool IsEnabled
return bool

IsRunning public_oe static_oe property

public static bool IsRunning
return bool

MAXPING public_oe static_oe property

public static int MAXPING
return int

SamplesNeeded public_oe static_oe property

public static int SamplesNeeded
return int