ServiceStack.AppHostHttpListenerBase.AppHostHttpListenerBase C# (CSharp) Метод

AppHostHttpListenerBase() защищенный Метод

protected AppHostHttpListenerBase ( string serviceName ) : System.Reflection
serviceName string
Результат System.Reflection
        protected AppHostHttpListenerBase(string serviceName, params Assembly[] assembliesWithServices)
            : base(serviceName, assembliesWithServices)
        { }
    }
AppHostHttpListenerBase