Esempio n. 1
0
 public DictService(DictionaryServiceBase dht)
 {
     _dict = dht;
 }
Esempio n. 2
0
 /// <summary>
 /// Instantiates DhtProxy with BrunetDht.
 /// </summary>
 /// <param name="dht"></param>
 public DictionaryServiceProxy(DictionaryServiceBase dht, int peerTtl)
 {
     _dictSvc = dht;
       PeerTtl = peerTtl;
 }