2 writes to Response
System.Web.Services (2)
System\Web\Services\Protocols\ClientProtocol.cs (2)
259client.Response = webException.Response; 311client.Response = client.ClientProtocol.GetWebResponse(client.Request, asyncResult);
6 references to Response
System.Web.Services (6)
System\Web\Services\Protocols\ClientProtocol.cs (6)
318if (client.Response == null) 326if (client.Response.ContentLength == 0) { 331client.ResponseStream = client.Response.GetResponseStream(); 346long contentLength = client.Response.ContentLength; 361long contentLength = client.Response.ContentLength; 656return Response;