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