Show / Hide Table of Contents

    Interface IPeerClientMessageDto

    Dto to be used to push IPPN protocol messages to an observable stream.

    Namespace: Catalyst.Abstractions.P2P.IO.Messaging.Dto
    Assembly: Catalyst.Abstractions.dll
    Syntax
    public interface IPeerClientMessageDto

    Properties

    | Improve this Doc View Source

    CorrelationId

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

    Message

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

    Sender

    Declaration
    PeerId Sender { get; set; }
    Property Value
    Type Description
    PeerId
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network