ServiceStack.AppHostBase.AppHostBase C# (CSharp) 메소드

AppHostBase() 보호된 메소드

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