Property | Type | Description | |
---|---|---|---|
AllowUploading | bool | ||
BroadcastNodeID | string | ||
MaxSimltaniousUploads | int | ||
MaxSimltaniousUploadsPerUser | int | ||
NoConnectionChecking | bool |
Method | Description | |
---|---|---|
AddPublicKey ( |
||
ConnectTo ( ITransport transport ) : void | ||
ConnectTo ( ITransport transport, TransportCallback callback ) : void | ||
CountTotalSharedBytes ( ) : long | ||
CountTotalSharedFiles ( ) : long | ||
DeleteMemo ( |
||
DownloadFile ( |
||
FileSearch ( |
||
FindConnection ( string firstNodeID, string secondNodeID ) : INodeConnection | ||
GetChatRoom ( string id ) : |
||
GetNode ( string nodeId ) : |
||
JoinChat ( |
||
JoinChat ( |
||
JoinOrCreateChat ( string name, string password ) : void | ||
LeaveChat ( |
||
PostMemo ( |
||
RequestAvatar ( |
||
RequestPublicKey ( |
||
SendAvatar ( Node node ) : void | ||
SendBroadcast ( Message message ) : void | ||
SendChatInvitation ( Node node, ChatRoom room, string message, string password ) : void | ||
SendChatMessage ( ChatRoom room, string messageText ) : void | ||
SendFile ( Node node, string filePath ) : void | ||
SendInfoToTrustedNode ( Node node ) : void | ||
SendInfoToTrustedNodes ( ) : void | ||
SendMyKey ( Node sendTo ) : void | ||
SendPong ( Node node, ulong timestamp ) : void | ||
SendPrivateMessage ( Node SendTo, string MessageText ) : Message | ||
SendRoutedMessage ( Message message ) : void | ||
Start ( ) : void | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
OnJoinedChat ( |
||
OnLeftChat ( |
||
OnMemoAdded ( |
||
OnMemoDeleted ( |
||
OnMemoUpdated ( |
||
OnReceivedKey ( |
Method | Description | |
---|---|---|
AddChatRoom ( |
||
AddConnection ( INodeConnection connection ) : void | ||
AddMemo ( |
||
AddNode ( |
||
AddOrUpdateMemo ( |
||
AddTrustedNode ( |
||
AppendNetworkState ( |
||
CheckForRoute ( |
||
Cleanup ( ) : void | ||
CreateMessageID ( ) : string | ||
ForwardMessage ( |
||
FromNetworkInfo ( |
||
GetMemo ( string id ) : |
||
HasChatRoom ( string id ) : bool | ||
HasMemo ( string id ) : bool | ||
Network ( ) : System | ||
Network ( string networkName ) : System | ||
NewSessionKeyReady ( System.DateTime timeReceived, object args ) : void | ||
ProcessMessage ( object state ) : void | ||
ProcessNewConnection ( |
||
RaiseChatMessage ( |
||
RaiseDebugWrite ( |
||
RaiseJoinedChat ( |
||
RaiseLeftChat ( |
||
RaisePrivateMessage ( |
||
RaiseReceivedAvatar ( |
||
RaiseReceivedChatInvite ( |
||
RaiseReceivedDirListing ( |
||
RaiseReceivedFileDetails ( |
||
RaiseReceivedKey ( |
||
RaiseReceivedKey ( |
||
RaiseReceivedNonCriticalError ( |
||
RaiseReceivedSearchResult ( |
||
RaiseUpdateNodeInfo ( string oldNickname, |
||
RemoveChatRoom ( |
||
RemoveConnection ( INodeConnection connection ) : void | ||
RemoveMemo ( |
||
RemoveNode ( |
||
RequestDirectoryListing ( string path ) : void | ||
RequestFileDetails ( string path ) : void | ||
SearchNode ( |
||
SendAuthReply ( INodeConnection connection, Node node ) : void | ||
SendBroadcast ( Message message, Node nodeFrom ) : void | ||
SendCriticalError ( Node node, MeshworkError error ) : void | ||
SendFileDetails ( Node to, LocalFile file ) : void | ||
SendNonCriticalError ( Node node, MeshworkError error ) : void | ||
SendSearchReply ( Node node, SearchResultInfo reply ) : void | ||
UpdateTrustedNodes ( TrustedNodeInfo>.IDictionary |
public ConnectTo ( ITransport transport ) : void | ||
transport | ITransport | |
return | void |
public ConnectTo ( ITransport transport, TransportCallback callback ) : void | ||
transport | ITransport | |
callback | TransportCallback | |
return | void |
public DownloadFile ( |
||
node | ||
file | ||
return | IFileTransfer |
public FileSearch ( |
||
search | ||
return | void |
public FindConnection ( string firstNodeID, string secondNodeID ) : INodeConnection | ||
firstNodeID | string | |
secondNodeID | string | |
return | INodeConnection |
public JoinChat ( |
||
room | ||
password | string | |
return | void |
public JoinOrCreateChat ( string name, string password ) : void | ||
name | string | |
password | string | |
return | void |
protected OnJoinedChat ( |
||
args | ||
return | void |
protected OnLeftChat ( |
||
args | ||
return | void |
protected OnReceivedKey ( |
||
args | ||
return | bool |
public SendBroadcast ( Message message ) : void | ||
message | Message | |
return | void |
public SendChatInvitation ( Node node, ChatRoom room, string message, string password ) : void | ||
node | Node | |
room | ChatRoom | |
message | string | |
password | string | |
return | void |
public SendChatMessage ( ChatRoom room, string messageText ) : void | ||
room | ChatRoom | |
messageText | string | |
return | void |
public SendFile ( Node node, string filePath ) : void | ||
node | Node | |
filePath | string | |
return | void |
public SendInfoToTrustedNode ( Node node ) : void | ||
node | Node | |
return | void |
public SendPong ( Node node, ulong timestamp ) : void | ||
node | Node | |
timestamp | ulong | |
return | void |
public SendPrivateMessage ( Node SendTo, string MessageText ) : Message | ||
SendTo | Node | |
MessageText | string | |
return | Message |
public SendRoutedMessage ( Message message ) : void | ||
message | Message | |
return | void |