Show / Hide Table of Contents

    Class ProtocolMessageVerifyHandler

    Inheritance
    System.Object
    InboundChannelHandlerBase<ProtocolMessage>
    ProtocolMessageVerifyHandler
    Inherited Members
    InboundChannelHandlerBase<ProtocolMessage>.Logger
    InboundChannelHandlerBase<ProtocolMessage>.ChannelRead(IChannelHandlerContext, Object)
    Namespace: Catalyst.Core.Lib.IO.Handlers
    Assembly: Catalyst.Core.Lib.dll
    Syntax
    public sealed class ProtocolMessageVerifyHandler : InboundChannelHandlerBase<ProtocolMessage>

    Constructors

    | Improve this Doc View Source

    ProtocolMessageVerifyHandler(IKeySigner)

    Declaration
    public ProtocolMessageVerifyHandler(IKeySigner keySigner)
    Parameters
    Type Name Description
    IKeySigner keySigner

    Methods

    | Improve this Doc View Source

    ChannelRead0(IChannelHandlerContext, ProtocolMessage)

    Declaration
    protected override void ChannelRead0(IChannelHandlerContext ctx, ProtocolMessage signedMessage)
    Parameters
    Type Name Description
    IChannelHandlerContext ctx
    ProtocolMessage signedMessage
    Overrides
    Catalyst.Core.Lib.IO.Handlers.InboundChannelHandlerBase<ProtocolMessage>.ChannelRead0(IChannelHandlerContext, ProtocolMessage)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network