ServiceStack.AppHostBase.AppHostBase C# (CSharp) Méthode

AppHostBase() protected méthode

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