Ejemplo n.º 1
0
        public void ReadConfig(out CreateCloseConfig c)
        {
            c = new CreateCloseConfig
            {
                MaxSmbVersionServerSupported = ModelUtility.GetModelDialectRevision(testConfig.MaxSmbVersionSupported),
                Platform = testConfig.Platform
            };

            createCloseConfig = c;

            Site.Log.Add(LogEntryKind.Debug, c.ToString());
        }
        public void ReadConfig(out CreateCloseConfig c)
        {
            c = new CreateCloseConfig
                {
                    MaxSmbVersionServerSupported = ModelUtility.GetModelDialectRevision(testConfig.MaxSmbVersionSupported),
                    Platform = testConfig.Platform
                };

            createCloseConfig = c;

            Site.Log.Add(LogEntryKind.Debug, c.ToString());
        }