4 references to ContentStream
System.Data.Services.Client (4)
System\Data\Services\Client\DataServiceContext.cs (4)
4245
pereq.RequestContentStream = new PerRequest.
ContentStream
(memory, true);
4813
return new PerRequest.
ContentStream
(this.mediaResourceRequestStream, false);
4820
return new PerRequest.
ContentStream
(this.Context.CreateRequestData(box, newline), true);
4830
return new PerRequest.
ContentStream
(this.Context.CreateRequestData(link, newline), true);