ServiceStack.WebHost.Endpoints.Tests.AuthDigestTests.AuthDigestAppHost.AuthDigestAppHost C# (CSharp) Méthode

AuthDigestAppHost() public méthode

public AuthDigestAppHost ( string webHostUrl, Action configureFn = null ) : System
webHostUrl string
configureFn Action
Résultat System
            public AuthDigestAppHost(string webHostUrl, Action<Container> configureFn = null)
                : base(webHostUrl, configureFn)
            { }
AuthDigestTests.AuthDigestAppHost