ServiceStack.AppHostHttpListenerSmartPoolBase.AppHostHttpListenerSmartPoolBase C# (CSharp) Method

AppHostHttpListenerSmartPoolBase() protected method

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