Anilibria.NET API Anilibria.NET API
Anilibria.NET API Anilibria.NET API
Author: Ilya Kotomin

Search Results for

    Class Torrent

    Torrent configuration. Conteins Series and TorrentFiles

    Inheritance
    System.Object
    Torrent
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Anilibria.NET.Models.TitleModel.TorrentsModel
    Assembly: Anilibria.NET.dll
    Syntax
    public class Torrent

    Properties

    Files

    List of torrent files

    Declaration
    [JsonProperty("list")]
    public List<TorrentFile>? Files { get; }
    Property Value
    Type Description
    System.Nullable<List<TorrentFile>>

    Series

    Series in torrnet files

    Declaration
    [JsonProperty("series")]
    public Series Series { get; }
    Property Value
    Type Description
    Series
    anilibria.tv