Esempio n. 1
0
        private void init(IDictionary <String, String> properties, IPEndPoint endpoint)
        {
            this.properties = properties;
            this.endpoint   = endpoint;

            Server.Instance = this;
            HunterUtils.TryHunt(this, properties);
            server = (IWebServer)AssemblyUtils.CreateObject(Wrapper);
            HunterUtils.TryHunt(server, properties);
        }