Show / Hide Table of Contents

    Class Peer

    Inheritance
    System.Object
    Peer
    Implements
    IPeer
    IDocument
    IAuditable
    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: Catalyst.Core.Lib.P2P.Models
    Assembly: Catalyst.Core.Lib.dll
    Syntax
    public sealed class Peer : IPeer, IDocument, IAuditable

    Properties

    | Improve this Doc View Source

    BlackListed

    Declaration
    public bool BlackListed { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Created

    When peer was first seen by the peer.

    Declaration
    public DateTime Created { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    DocumentId

    Declaration
    public string DocumentId { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    InactiveFor

    Declaration
    public TimeSpan InactiveFor { get; }
    Property Value
    Type Description
    System.TimeSpan
    | Improve this Doc View Source

    IsAwolPeer

    Declaration
    public bool IsAwolPeer { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    LastSeen

    Declaration
    public DateTime LastSeen { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    Modified

    Declaration
    public DateTime? Modified { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>
    | Improve this Doc View Source

    PeerId

    Declaration
    public PeerId PeerId { get; set; }
    Property Value
    Type Description
    PeerId
    | Improve this Doc View Source

    Reputation

    Declaration
    public int Reputation { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    Touch()

    Declaration
    public void Touch()

    Implements

    IPeer
    IDocument
    IAuditable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network