C# Class FileFind.Meshwork.DaemonClient.MeshworkDaemon

Inheritance: ILogger
Afficher le fichier Open project: codebutler/meshwork

Méthodes publiques

Méthode Description
Log ( LogLevel level, string message ) : void
Main ( string args ) : int
MeshworkDaemon ( string fileName ) : System

Private Methods

Méthode Description
AddNetworkEvents ( Network network ) : void
GetKeyDir ( Network network ) : string
GetKeyFileName ( Network network, string nodeID ) : string
LogItem ( string text ) : void
LogItem ( string text, Exception ex ) : void
ProcessCommand ( Network network, string args ) : string
connection_ConnectionError ( LocalNodeConnection connection, Exception ex ) : void
handle_signal ( int signal ) : void
network_NewConnection ( Network network, LocalNodeConnection connection ) : void
network_PrivateMessage ( Network network, Node messageFrom, string messageText ) : void
network_ReceivedKey ( Network network, ReceivedKeyEventArgs args ) : bool
network_UserOnline ( Network network, Node node ) : void

Method Details

Log() public méthode

public Log ( LogLevel level, string message ) : void
level LogLevel
message string
Résultat void

Main() public static méthode

public static Main ( string args ) : int
args string
Résultat int

MeshworkDaemon() public méthode

public MeshworkDaemon ( string fileName ) : System
fileName string
Résultat System