Exemplo n.º 1
0
        public static void Run(IronRubyApplication app, IDictionary<string, string> options) {
            // TODO: make sure IIS is running

            if (_current == null) {
                _current = new AspNet(app);
            }
        }
Exemplo n.º 2
0
        public static void Run(IronRubyApplication app, IDictionary <string, string> options)
        {
            // TODO: make sure IIS is running

            if (_current == null)
            {
                _current = new AspNet(app);
            }
        }
Exemplo n.º 3
0
 public static void Run(IronRubyApplication app)
 {
     Run(app, new Dictionary <string, string>());
 }
Exemplo n.º 4
0
 private AspNet(IronRubyApplication app)
 {
     App = app;
 }
Exemplo n.º 5
0
 public static void Run(IronRubyApplication app)
 {
     Run(app, new Dictionary<string, string>());
 }
Exemplo n.º 6
0
 private AspNet(IronRubyApplication app)
 {
     App = app;
 }