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

Search Results for

    Class AnilibriaUser

    User Model

    Inheritance
    System.Object
    AnilibriaUser
    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
    Assembly: Anilibria.NET.dll
    Syntax
    public class AnilibriaUser

    Properties

    Downloaded

    How many were downloaded via torrent

    Declaration
    [JsonProperty("downloaded")]
    public ulong Downloaded { get; }
    Property Value
    Type Description
    System.UInt64

    Uploaded

    How many were uploaded via torrent

    Declaration
    [JsonProperty("uploaded")]
    public ulong Uploaded { get; }
    Property Value
    Type Description
    System.UInt64

    UserName

    User name

    Declaration
    [JsonProperty("user")]
    public string UserName { get; }
    Property Value
    Type Description
    System.String
    anilibria.tv