您可以通过以下方式获取搜索请求URL和JSON请求正文的值:
var requestURL = response.RequestInformation.RequestUrl;var jsonBody = Encoding.UTF8.GetString(response.RequestInformation.Request);
您可以在中找到其他有用的属性
RequestInformation进行调试。

您可以通过以下方式获取搜索请求URL和JSON请求正文的值:
var requestURL = response.RequestInformation.RequestUrl;var jsonBody = Encoding.UTF8.GetString(response.RequestInformation.Request);
您可以在中找到其他有用的属性
RequestInformation进行调试。