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