Show / Hide Table of Contents

    Class PeerIdValidationHandler

    Inheritance
    System.Object
    PeerIdValidationHandler
    Namespace: Catalyst.Core.Lib.IO.Handlers
    Assembly: Catalyst.Core.Lib.dll
    Syntax
    public sealed class PeerIdValidationHandler : SimpleChannelInboundHandler<ProtocolMessage>

    Constructors

    | Improve this Doc View Source

    PeerIdValidationHandler(IPeerIdValidator)

    Declaration
    public PeerIdValidationHandler(IPeerIdValidator peerIdValidator)
    Parameters
    Type Name Description
    IPeerIdValidator peerIdValidator

    Methods

    | Improve this Doc View Source

    ChannelRead0(IChannelHandlerContext, ProtocolMessage)

    Declaration
    protected override void ChannelRead0(IChannelHandlerContext ctx, ProtocolMessage msg)
    Parameters
    Type Name Description
    IChannelHandlerContext ctx
    ProtocolMessage msg
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network