Ejemplo n.º 1
0
 public static string ToHtml(this HttpResponseMessage response, bool showHeaders = true, bool showBody = true)
 {
     return(response.ToStringContent(showHeaders, showBody, true));
 }