Свойство | Тип | Описание | |
---|---|---|---|
DataType | uint | ||
FileAquired | FileAquiredHandler | ||
FileMap | OpVersionedFile>.ThreadedDictionary | ||
FileRemoved | FileRemovedHandler | ||
Service | uint | ||
Store | DeOps.Implementation.Dht.DhtStore |
Метод | Описание | |
---|---|---|
Core_MinuteTimer ( ) : void | ||
Core_SecondTimer ( ) : void | ||
Dispose ( ) : void | ||
GetFile ( ulong id ) : |
||
GetFilePath ( |
||
Load ( ) : void | ||
LoadHeaders ( ) : void | ||
LocalSync_TagReceived ( ulong user, byte tag ) : void | ||
Network_StatusChange ( ) : void | ||
Research ( ulong key ) : void | ||
SaveHeaders ( ) : void | ||
Search_Found ( DeOps.Implementation.Dht.DhtSearch search, DhtAddress source, byte data ) : void | ||
Search_Local ( ulong key, byte parameters, List |
||
Store_Local ( DeOps.Implementation.Dht.DataReq store ) : void | ||
Store_Patch ( DhtAddress source, byte data ) : void | ||
UpdateLocal ( string tempPath, byte key, byte extra ) : |
||
VersionedCache ( DeOps.Implementation.Dht.DhtNetwork network, uint service, uint type, bool localSync ) : System |
Метод | Описание | |
---|---|---|
CacheFile ( SignedData signedHeader, |
||
Download ( SignedData signed, |
||
EndDownload ( object args ) : void | ||
LocalSync_GetTag ( ) : byte[] | ||
Process_VersionedFile ( DeOps.Implementation.Dht.DataReq data, SignedData signed, |
||
StartSearch ( ulong user, uint version ) : void | ||
Store_Replicate ( DeOps.Implementation.Dht.DhtContact contact ) : List |
||
Transfers_FileRequest ( ulong key, DeOps.Services.Transfer.FileDetails details ) : string | ||
Transfers_FileSearch ( ulong key, DeOps.Services.Transfer.FileDetails details ) : bool |
public GetFile ( ulong id ) : |
||
id | ulong | |
Результат |
public GetFilePath ( |
||
header | ||
Результат | string |
public LocalSync_TagReceived ( ulong user, byte tag ) : void | ||
user | ulong | |
tag | byte | |
Результат | void |
public Search_Found ( DeOps.Implementation.Dht.DhtSearch search, DhtAddress source, byte data ) : void | ||
search | DeOps.Implementation.Dht.DhtSearch | |
source | DhtAddress | |
data | byte | |
Результат | void |
public Search_Local ( ulong key, byte parameters, List |
||
key | ulong | |
parameters | byte | |
results | List |
|
Результат | void |
public Store_Local ( DeOps.Implementation.Dht.DataReq store ) : void | ||
store | DeOps.Implementation.Dht.DataReq | |
Результат | void |
public Store_Patch ( DhtAddress source, byte data ) : void | ||
source | DhtAddress | |
data | byte | |
Результат | void |
public UpdateLocal ( string tempPath, byte key, byte extra ) : |
||
tempPath | string | |
key | byte | |
extra | byte | |
Результат |
public VersionedCache ( DeOps.Implementation.Dht.DhtNetwork network, uint service, uint type, bool localSync ) : System | ||
network | DeOps.Implementation.Dht.DhtNetwork | |
service | uint | |
type | uint | |
localSync | bool | |
Результат | System |
public ThreadedDictionary |
||
Результат | OpVersionedFile>.ThreadedDictionary |