Exemple #1
0
 set => SetProperty(ref _proxy, value);
 /// <summary>
 /// Constructor to use <see cref="IWebProxy"/> for internal requests.
 /// </summary>
 /// <param name="_proxy">The <see cref="IWebProxy"/></param>
 /// <param name="_delayBetweenRequests">The delay between each internal request, in seconds.</param>
 public EpisodateClient(IWebProxy _proxy, int _delayBetweenRequests = 1) => Requester = new Requester(_proxy, _delayBetweenRequests);