C# Class FileFind.Meshwork.DaemonClient.MeshworkDaemon

Inheritance: ILogger
Mostrar archivo Open project: codebutler/meshwork

Public Methods

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

Private Methods

Method 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 method

public Log ( LogLevel level, string message ) : void
level LogLevel
message string
return void

Main() public static method

public static Main ( string args ) : int
args string
return int

MeshworkDaemon() public method

public MeshworkDaemon ( string fileName ) : System
fileName string
return System