ServiceStack.AppHostHttpListenerPoolBase.AppHostHttpListenerPoolBase C# (CSharp) Method

AppHostHttpListenerPoolBase() protected method

protected AppHostHttpListenerPoolBase ( string serviceName ) : System.Reflection
serviceName string
return System.Reflection
        protected AppHostHttpListenerPoolBase(string serviceName, params Assembly[] assembliesWithServices)
            : base(serviceName, assembliesWithServices)
        { }
    }

Same methods

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