Property | Type | Description | |
---|---|---|---|
BootstrapContacts | DhtContact>.Dictionary | ||
BroadcastTimeout | int | ||
IPTable | LinkedListNode | ||
IPs | LinkedList |
||
NextPublishAny | System.DateTime | ||
NextWebQuery | System.DateTime | ||
WebCacheDownloaded | bool | ||
WebCaches | List |
Property | Type | Description | |
---|---|---|---|
GetMostUnresponsiveCache | |||
LookupPingCheck | void | ||
Ping_Complete | void | ||
TryIPCache | void | ||
TryWebCache | void | ||
WebPublishResponse | void | ||
WebQueryResponse | void |
Method | Description | |
---|---|---|
AddContact ( DeOps.Implementation.Dht.DhtContact entry ) : void | ||
AddSavedContact ( CachedIP cached ) : void | ||
AddWebCache ( List |
||
AddWebCache ( |
||
Core_MinuteTimerEvent ( ) : void | ||
GetLastSeen ( int max ) : List |
||
LoookupBootstrap ( ) : void | ||
MakeWebCacheRequest ( |
||
OpBootstrap ( ) : void | ||
OpCache ( DeOps.Implementation.Dht.DhtNetwork network ) : System | ||
Reset ( ) : void | ||
SaveIPs ( DeOps.Implementation.Protocol.PacketStream stream ) : void | ||
SaveWeb ( DeOps.Implementation.Protocol.PacketStream stream ) : void | ||
Search_FoundLookup ( byte data, object arg ) : void | ||
SecondTimer ( ) : void | ||
StartThread ( string name, ParameterizedThreadStart start, object arg ) : void | ||
TryWebCache_CacheDownloaded ( object sender, |
||
WebPing ( object parameter ) : void | ||
WebPublish ( object parameter ) : void | ||
WebQuery ( object parameter ) : void |
Method | Description | |
---|---|---|
GetMostUnresponsiveCache ( ) : |
||
LookupPingCheck ( ) : void | ||
Ping_Complete ( object sender, System e ) : void | ||
TryIPCache ( ) : void | ||
TryWebCache ( ) : void | ||
WebPublishResponse ( |
||
WebQueryResponse ( |
public AddContact ( DeOps.Implementation.Dht.DhtContact entry ) : void | ||
entry | DeOps.Implementation.Dht.DhtContact | |
return | void |
public AddSavedContact ( CachedIP cached ) : void | ||
cached | CachedIP | |
return | void |
public MakeWebCacheRequest ( |
||
cache | ||
request | string | |
return | string |
public OpCache ( DeOps.Implementation.Dht.DhtNetwork network ) : System | ||
network | DeOps.Implementation.Dht.DhtNetwork | |
return | System |
public SaveIPs ( DeOps.Implementation.Protocol.PacketStream stream ) : void | ||
stream | DeOps.Implementation.Protocol.PacketStream | |
return | void |
public SaveWeb ( DeOps.Implementation.Protocol.PacketStream stream ) : void | ||
stream | DeOps.Implementation.Protocol.PacketStream | |
return | void |
public Search_FoundLookup ( byte data, object arg ) : void | ||
data | byte | |
arg | object | |
return | void |
public StartThread ( string name, ParameterizedThreadStart start, object arg ) : void | ||
name | string | |
start | ParameterizedThreadStart | |
arg | object | |
return | void |
public TryWebCache_CacheDownloaded ( object sender, |
||
sender | object | |
e | ||
return | void |
public WebPublish ( object parameter ) : void | ||
parameter | object | |
return | void |