Aqueduct.ServerDensity.Tests.TestBase.GetValidSettings C# (CSharp) Метод

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

protected GetValidSettings ( ) : ServerDensitySettings
Результат ServerDensitySettings
        protected ServerDensitySettings GetValidSettings()
        {
            return new ServerDensitySettings("account", "key", new NetworkCredential("user", "pass"));
        }