Beispiel #1
0
 /// <summary>
 /// Returns the message body of the web response as a string, respecting the encoding specified in the Content-Type header.
 /// </summary>
 public string GetResponseBodyAsText()
 {
     return(responseContext.GetText());
 }