Show / Hide Table of Contents

    Interface IPeerClientObservable

    Namespace: Catalyst.Abstractions.P2P.IO
    Assembly: Catalyst.Abstractions.dll
    Syntax
    public interface IPeerClientObservable

    Properties

    | Improve this Doc View Source

    MessageStream

    Declaration
    IObservable<IPeerClientMessageDto> MessageStream { get; }
    Property Value
    Type Description
    System.IObservable<IPeerClientMessageDto>
    | Improve this Doc View Source

    ResponseMessageSubject

    Declaration
    ReplaySubject<IPeerClientMessageDto> ResponseMessageSubject { get; }
    Property Value
    Type Description
    ReplaySubject<IPeerClientMessageDto>
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network