2 instantiations of 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);
8 references to BatchStream
System.Data.Services.Client (8)
System\Data\Services\Client\BatchStream.cs (4)
1450internal StreamWithDelimiter(BatchStream stream) 1482private BatchStream target; 1492internal StreamWithLength(BatchStream stream, int contentLength) 1532internal BatchStream Target
System\Data\Services\Client\DataServiceContext.cs (4)
4104private BatchStream responseBatchStream; 5293if (!BatchStream.GetBoundaryAndEncodingFromMultipartMixedContentType(this.batchResponse.ContentType, out boundary, out encoding)) 5315BatchStream batchStream = null; 5382private IEnumerable<OperationResponse> HandleBatchResponse(BatchStream batch)