ServiceStack.AppHostHttpListenerPoolBase.AppHostHttpListenerPoolBase C# (CSharp) Метод

AppHostHttpListenerPoolBase() защищенный Метод

protected AppHostHttpListenerPoolBase ( string serviceName ) : System.Reflection
serviceName string
Результат System.Reflection
        protected AppHostHttpListenerPoolBase(string serviceName, params Assembly[] assembliesWithServices)
            : base(serviceName, assembliesWithServices)
        { }
    }

Same methods

AppHostHttpListenerPoolBase::AppHostHttpListenerPoolBase ( string serviceName, int poolSize ) : System.Reflection
AppHostHttpListenerPoolBase