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

ServerBootstrap() public method

public ServerBootstrap ( ) : System
return System
        public ServerBootstrap()
            : base()
        {
            UseProxies = true;
            WorkersShareFiber(true);
            BufferBytes = NetworkConstants.DEFAULT_BUFFER_SIZE;
            Workers = 2;
            InternalExecutor = new BasicExecutor();
        }

Same methods

ServerBootstrap::ServerBootstrap ( ServerBootstrap other ) : System