Ejemplo n.º 1
0
 public FastDfsClientUnitTest()
 {
     _client = new ZaabeeFastDfsClient(new List <IPEndPoint>
     {
         new IPEndPoint(IPAddress.Parse("192.168.78.152"), 22122)
     }, 15);
 }
Ejemplo n.º 2
0
 public ZaabyFastDfsClient(List <IPEndPoint> trackers, string groupName, IRepository repository = null)
 {
     _fastDfsClient = new ZaabeeFastDfsClient(trackers);
     _groupName     = groupName;
     _repository    = repository;
 }