2 references to GetResponseString
System.Web.Extensions (2)
ClientServices\Providers\ProxyHelper.cs (2)
81
string responseJson =
GetResponseString
(response);
95
throw new WebException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ProxyHelper_BadStatusCode, response.StatusCode.ToString(),
GetResponseString
(response)), we);