Search Results for

    Show / Hide Table of Contents

    Class PeerInfo

    Represents information about a peer node in the network.

    Inheritance
    object
    PeerInfo
    Implements
    IEquatable<PeerInfo>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Morpheo.Sdk
    Assembly: Morpheo.Sdk.dll
    Syntax
    public record PeerInfo : IEquatable<PeerInfo>

    Constructors

    | Edit this page View Source

    PeerInfo(string, string, string, int, NodeRole, string[])

    Represents information about a peer node in the network.

    Declaration
    public PeerInfo(string Id, string Name, string IpAddress, int Port, NodeRole Role, string[] Tags)
    Parameters
    Type Name Description
    string Id

    The unique identifier of the peer.

    string Name

    The name of the peer.

    string IpAddress

    The IP address of the peer.

    int Port

    The port number of the peer.

    NodeRole Role

    The role of the peer node.

    string[] Tags

    A list of tags associated with the peer.

    Properties

    | Edit this page View Source

    Id

    The unique identifier of the peer.

    Declaration
    public string Id { get; init; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    IpAddress

    The IP address of the peer.

    Declaration
    public string IpAddress { get; init; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Name

    The name of the peer.

    Declaration
    public string Name { get; init; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Port

    The port number of the peer.

    Declaration
    public int Port { get; init; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Role

    The role of the peer node.

    Declaration
    public NodeRole Role { get; init; }
    Property Value
    Type Description
    NodeRole
    | Edit this page View Source

    Tags

    A list of tags associated with the peer.

    Declaration
    public string[] Tags { get; init; }
    Property Value
    Type Description
    string[]

    Implements

    IEquatable<T>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2025 DEHER Rémi - Propulsé par .NET 10