Exemplo n.º 1
0
        void LoadConfigurations()
        {
            int backlog;

            if (AppSettingsReader.TryGetInt("MaxPendingConnections", out backlog) && backlog > 0)
            {
                OutputListener.MaxPendingConnections = backlog;
            }
        }