Animatroller.ExpanderCommunication.NettyClientHandler.ChannelActive C# (CSharp) Method

ChannelActive() public method

public ChannelActive ( IChannelHandlerContext context ) : void
context IChannelHandlerContext
return void
        public override void ChannelActive(IChannelHandlerContext context)
        {
            this.parent.Connected();

            base.ChannelActive(context);
        }