2 writes to ResponseStream
System.Web.Services (2)
System\Web\Services\Protocols\ClientProtocol.cs (2)
331client.ResponseStream = client.Response.GetResponseStream(); 607ResponseStream = null;
4 references to ResponseStream
System.Web.Services (4)
System\Web\Services\Protocols\ClientProtocol.cs (4)
351asyncResult = client.ResponseStream.BeginRead(buffer, 0, buffer.Length, readResponseAsyncCallback, client); 360int bytesRead = client.ResponseStream.EndRead(asyncResult); 605if (ResponseStream != null) { 606ResponseStream.Close();