예제 #1
0
 public void kjjjdj()
 {
     var ms = new msdeploy
     {
         verb = "sync",
         source = new Dictionary<string, object>() { { "iisApp", "Default Website" } },
         dest = new Dictionary<string, object>() { { "iisApp", "Default Website" }, { "wmsvc", "127.0.0.1" }, { "authType", "basic" } },
         flags = "-JKkjhfdsjfg"
     };
     Console.WriteLine(ms.GetArgs());
 }
예제 #2
0
        public void kjjjdj()
        {
            var ms = new msdeploy
            {
                verb   = "sync",
                source = new Dictionary <string, object>()
                {
                    { "iisApp", "Default Website" }
                },
                dest = new Dictionary <string, object>()
                {
                    { "iisApp", "Default Website" }, { "wmsvc", "127.0.0.1" }, { "authType", "basic" }
                },
                flags = "-JKkjhfdsjfg"
            };

            Console.WriteLine(ms.GetArgs());
        }