ServiceStack.AppHostBase.AppHostBase C# (CSharp) Method

AppHostBase() protected method

protected AppHostBase ( string serviceName ) : System
serviceName string
return System
        protected AppHostBase(string serviceName, params Assembly[] assembliesWithServices)
            : base(serviceName, assembliesWithServices) 
        {
            Platforms.PlatformNetCore.HostInstance = this;
        }