2 references to ReadResponse
System.Web.Services (2)
System\Web\Services\Protocols\RequestResponse.cs (2)
89return ReadResponse(response, response.GetResponseStream()); 137string content = (stream != null) ? ReadResponse(response, stream) : string.Empty;