Class ProtocolMessageVerifyHandler
Inheritance
System.Object
ProtocolMessageVerifyHandler
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
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)