コード例 #1
0
ファイル: AutoWeb.cs プロジェクト: jhzhaos/Automatic
 public static async Task <string> GetCookie(string username, string password, string host, string webAdminUrl)
 {
     return(await SystemSix.GetCookie(username, password, host, webAdminUrl));
 }
コード例 #2
0
ファイル: AutoWeb.cs プロジェクト: jhzhaos/Automatic
 public async static Task <string> AutoRelease6System(string cookie, string webCategoryCode, string host, string categoryCode, string title, string keyWord, string context, string imgUrl)
 {
     return(await SystemSix.post6Auto(cookie, webCategoryCode, host, categoryCode, title, keyWord, context, imgUrl));
 }