3 writes to responseBatchStream
System.Data.Services.Client (3)
System\Data\Services\Client\DataServiceContext.cs (3)
4462
this.
responseBatchStream
= new BatchStream(this.httpWebResponseStream, this.batchBoundary, HttpProcessUtility.EncodingUtf8NoPreamble, false);
5322
this.
responseBatchStream
= null;
5329
this.
responseBatchStream
= batchStream;
2 references to responseBatchStream
System.Data.Services.Client (2)
System\Data\Services\Client\DataServiceContext.cs (2)
4218
if ((null != this.
responseBatchStream
) || (null != this.httpWebResponseStream))
5320
batchStream = this.
responseBatchStream
?? new BatchStream(this.httpWebResponseStream, boundary, encoding, false);