Method | Description | |
---|---|---|
AmoebaManager ( string blocksPath, BufferManager bufferManager ) : System | ||
CheckExternalBlocks ( CheckBlocksProgressEventHandler getProgressEvent ) : void | ||
CheckInternalBlocks ( CheckBlocksProgressEventHandler getProgressEvent ) : void | ||
DecodeStart ( ) : void | ||
DecodeStop ( ) : void | ||
Download ( Seed seed, int priority ) : void | ||
Download ( Seed seed, string path, int priority ) : void | ||
EncodeStart ( ) : void | ||
EncodeStop ( ) : void | ||
GetLink ( string signature ) : Link | ||
GetMulticastMessages ( Tag tag, int limit ) : IEnumerable |
||
GetProfile ( string signature ) : Profile | ||
GetStore ( string signature ) : Store | ||
GetUnicastMessages ( string signature, ExchangePrivateKey exchangePrivateKey ) : IEnumerable |
||
Load ( string directoryPath ) : void | ||
MulticastUpload ( Tag tag, Message message, int miningLimit, System.TimeSpan miningTime, DigitalSignature digitalSignature ) : void | ||
RemoveCache ( Seed seed ) : void | ||
RemoveDownload ( int id ) : void | ||
RemoveShare ( string path ) : void | ||
RemoveUpload ( int id ) : void | ||
ResetDownload ( int id ) : void | ||
ResetUpload ( int id ) : void | ||
Resize ( long size ) : void | ||
Save ( string directoryPath ) : void | ||
SetBaseNode ( Node baseNode ) : void | ||
SetDownloadPriority ( int id, int priority ) : void | ||
SetOtherNodes ( IEnumerable |
||
SetTrustSignatures ( IEnumerable |
||
SetUploadPriority ( int id, int priority ) : void | ||
Share ( string filePath, string name, IEnumerable |
||
Start ( ) : void | ||
Stop ( ) : void | ||
UnicastUpload ( string signature, Message message, ExchangePublicKey exchangePublicKey, DigitalSignature digitalSignature ) : void | ||
Upload ( Link link, DigitalSignature digitalSignature ) : void | ||
Upload ( Profile profile, DigitalSignature digitalSignature ) : void | ||
Upload ( Store store, DigitalSignature digitalSignature ) : void | ||
Upload ( string filePath, string name, IEnumerable |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Check ( ) : void |
public AmoebaManager ( string blocksPath, BufferManager bufferManager ) : System | ||
blocksPath | string | |
bufferManager | BufferManager | |
return | System |
public CheckExternalBlocks ( CheckBlocksProgressEventHandler getProgressEvent ) : void | ||
getProgressEvent | CheckBlocksProgressEventHandler | |
return | void |
public CheckInternalBlocks ( CheckBlocksProgressEventHandler getProgressEvent ) : void | ||
getProgressEvent | CheckBlocksProgressEventHandler | |
return | void |
public Download ( Seed seed, int priority ) : void | ||
seed | Seed | |
priority | int | |
return | void |
public Download ( Seed seed, string path, int priority ) : void | ||
seed | Seed | |
path | string | |
priority | int | |
return | void |
public GetMulticastMessages ( Tag tag, int limit ) : IEnumerable |
||
tag | Tag | |
limit | int | |
return | IEnumerable |
public GetProfile ( string signature ) : Profile | ||
signature | string | |
return | Profile |
public GetUnicastMessages ( string signature, ExchangePrivateKey exchangePrivateKey ) : IEnumerable |
||
signature | string | |
exchangePrivateKey | ExchangePrivateKey | |
return | IEnumerable |
public MulticastUpload ( Tag tag, Message message, int miningLimit, System.TimeSpan miningTime, DigitalSignature digitalSignature ) : void | ||
tag | Tag | |
message | Message | |
miningLimit | int | |
miningTime | System.TimeSpan | |
digitalSignature | DigitalSignature | |
return | void |
public SetDownloadPriority ( int id, int priority ) : void | ||
id | int | |
priority | int | |
return | void |
public SetOtherNodes ( IEnumerable |
||
nodes | IEnumerable |
|
return | void |
public SetTrustSignatures ( IEnumerable |
||
signatures | IEnumerable |
|
return | void |
public SetUploadPriority ( int id, int priority ) : void | ||
id | int | |
priority | int | |
return | void |
public Share ( string filePath, string name, IEnumerable |
||
filePath | string | |
name | string | |
keywords | IEnumerable |
|
digitalSignature | DigitalSignature | |
priority | int | |
return | void |
public UnicastUpload ( string signature, Message message, ExchangePublicKey exchangePublicKey, DigitalSignature digitalSignature ) : void | ||
signature | string | |
message | Message | |
exchangePublicKey | ExchangePublicKey | |
digitalSignature | DigitalSignature | |
return | void |
public Upload ( Link link, DigitalSignature digitalSignature ) : void | ||
link | Link | |
digitalSignature | DigitalSignature | |
return | void |
public Upload ( Profile profile, DigitalSignature digitalSignature ) : void | ||
profile | Profile | |
digitalSignature | DigitalSignature | |
return | void |
public Upload ( Store store, DigitalSignature digitalSignature ) : void | ||
store | Store | |
digitalSignature | DigitalSignature | |
return | void |
public Upload ( string filePath, string name, IEnumerable |
||
filePath | string | |
name | string | |
keywords | IEnumerable |
|
digitalSignature | DigitalSignature | |
priority | int | |
return | void |