2 references to BatchStream
System.Data.Services.Client (2)
System\Data\Services\Client\DataServiceContext.cs (2)
4462this.responseBatchStream = new BatchStream(this.httpWebResponseStream, this.batchBoundary, HttpProcessUtility.EncodingUtf8NoPreamble, false); 5320batchStream = this.responseBatchStream ?? new BatchStream(this.httpWebResponseStream, boundary, encoding, false);