Use this: using (var webClient = new WebClient()) { var response = webClient.UploadString("http://user:pass@localhost:8080/jsonrpc", "POST", json); }.
確定! 回上一頁