Esempio n. 1
0
        public void Configure(ModuleConfiguration context)
        {
            var httpListenerConfig = new HttpListenerConfiguration
            {
                Host     = "+",
                BasePath = "/",
                Port     = 8081
            };

            context.HttpListener(httpListenerConfig, "test/");
        }