C# 클래스 FileFind.Meshwork.DaemonClient.MeshworkDaemon

상속: ILogger
파일 보기 프로젝트 열기: codebutler/meshwork

공개 메소드들

메소드 설명
Log ( LogLevel level, string message ) : void
Main ( string args ) : int
MeshworkDaemon ( string fileName ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

Log() 공개 메소드

public Log ( LogLevel level, string message ) : void
level LogLevel
message string
리턴 void

Main() 공개 정적인 메소드

public static Main ( string args ) : int
args string
리턴 int

MeshworkDaemon() 공개 메소드

public MeshworkDaemon ( string fileName ) : System
fileName string
리턴 System