You don't have to serialize the body yourself. Just do request.RequestFormat = DataFormat.Json; request.AddJsonBody(new { A = "foo", ...
確定! 回上一頁