This is what I have so far. I receive a 400 response error. var method = new HttpMethod("PATCH"); var request = new HttpRequestMessage(method, ...
確定! 回上一頁