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