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