Jackett/src/Jackett.Common/Utils/Clients/WebClientResult.cs

8 lines
154 B
C#

namespace Jackett.Common.Utils.Clients
{
public class WebClientStringResult : BaseWebResult
{
public string Content { get; set; }
}
}