コード例 #1
0
 public void Post(string url, string username, string pwd, string body)
 {
     _httpPost.Post(url, body, username, pwd);
 }