ServiceStack.WebHost.Endpoints.Tests.AuthDigestTests.AuthDigestAppHost.AuthDigestAppHost C# (CSharp) Метод

AuthDigestAppHost() публичный Метод

public AuthDigestAppHost ( string webHostUrl, Action configureFn = null ) : System
webHostUrl string
configureFn Action
Результат System
            public AuthDigestAppHost(string webHostUrl, Action<Container> configureFn = null)
                : base(webHostUrl, configureFn)
            { }
AuthDigestTests.AuthDigestAppHost