Microsoft.Identity.Client.Http.HttpResponse class HttpResponse Documentation Code public string Body { get; set; } public HttpResponseHeaders Headers { get; set; } public IDictionary<string, string> HeadersAsDictionary { get; } public HttpStatusCode StatusCode { get; set; } public string UserAgent { get; set; } public HttpResponse()