C# Class Helios.Channels.DefaultChannelHandlerContext

Inheritance: AbstractChannelHandlerContext
Datei anzeigen Open project: helios-io/helios Class Usage Examples

Public Methods

Method Description
DefaultChannelHandlerContext ( DefaultChannelPipeline pipeline, IChannelHandlerInvoker invoker, string name, IChannelHandler handler ) : System.Diagnostics.Contracts

Method Details

DefaultChannelHandlerContext() public method

public DefaultChannelHandlerContext ( DefaultChannelPipeline pipeline, IChannelHandlerInvoker invoker, string name, IChannelHandler handler ) : System.Diagnostics.Contracts
pipeline DefaultChannelPipeline
invoker IChannelHandlerInvoker
name string
handler IChannelHandler
return System.Diagnostics.Contracts