C# Class Helios.Channels.DefaultChannelHandlerContext

Inheritance: AbstractChannelHandlerContext
Afficher le fichier Open project: helios-io/helios Class Usage Examples

Méthodes publiques

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

Method Details

DefaultChannelHandlerContext() public méthode

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