Ejemplo n.º 1
0
 public static IServer CreateIosHttp(this IServerFactory factory, IHttpRequestDelegate channel, IConnectionWatcher connWatcher, IScheduler scheduler)
 {
     var f = new IosHttpServerFactory(factory, connWatcher);
     return f.Create(channel, scheduler);
 }
Ejemplo n.º 2
0
        public static IServer CreateIosHttp(this IServerFactory factory, IHttpRequestDelegate channel, IConnectionWatcher connWatcher, IScheduler scheduler)
        {
            var f = new IosHttpServerFactory(factory, connWatcher);

            return(f.Create(channel, scheduler));
        }