Show / Hide Table of Contents

    Interface IObservableChannel

    Namespace: Catalyst.Abstractions.IO.Transport.Channels
    Assembly: Catalyst.Abstractions.dll
    Syntax
    public interface IObservableChannel

    Properties

    | Improve this Doc View Source

    Channel

    Declaration
    IChannel Channel { get; }
    Property Value
    Type Description
    IChannel
    | Improve this Doc View Source

    MessageStream

    Declaration
    IObservable<IObserverDto<ProtocolMessage>> MessageStream { get; }
    Property Value
    Type Description
    System.IObservable<IObserverDto<ProtocolMessage>>
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network