mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
0.5 Rc1 - Reimplement port change+tray, fix IPT+SSC. Installer fixes.
This commit is contained in:
15
src/Jackett/Utils/Clients/IWebClient.cs
Normal file
15
src/Jackett/Utils/Clients/IWebClient.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using Jackett.Models;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Jackett.Utils.Clients
|
||||
{
|
||||
public interface IWebClient
|
||||
{
|
||||
Task<WebClientStringResult> GetString(WebRequest request);
|
||||
Task<WebClientByteResult> GetBytes(WebRequest request);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user