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