2 references to CopyStream
System.Data.Services.Client (2)
System\Data\Services\Client\DataServiceContext.cs (1)
5014
if (0 == WebUtil.
CopyStream
(stream, this.buildBatchWriter.BaseStream, ref this.buildBatchBuffer))
System\Data\Services\Client\QueryResult.cs (1)
244
long copied = WebUtil.
CopyStream
(stream, copy, ref buffer);