Helios.Reactor.Bootstrap.ServerBootstrap.SetDecoder C# (CSharp) Method

SetDecoder() public method

public SetDecoder ( IMessageDecoder decoder ) : ServerBootstrap
decoder IMessageDecoder
return ServerBootstrap
        public new ServerBootstrap SetDecoder(IMessageDecoder decoder)
        {
            base.SetDecoder(decoder);
            return this;
        }