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