5 references to ContentId
System.Data.Services (5)
System\Data\Services\DataService.cs (5)
2506
string contentId = currentOperationContext.Host.BatchServiceHost.
ContentId
;
2749
if (previousContext.Host.AstoriaHttpVerb == AstoriaVerbs.POST && previousHost.
ContentId
== contentId)
2771
BatchWriter.WriteBoundaryAndHeaders(batchHost.Writer, batchHost, batchHost.
ContentId
, batchHost.BoundaryString);
2778
BatchWriter.WriteBoundaryAndHeaders(batchHost.Writer, batchHost, batchHost.
ContentId
, batchHost.BoundaryString);
2785
BatchWriter.WriteBoundaryAndHeaders(batchHost.Writer, batchHost, batchHost.
ContentId
, batchHost.BoundaryString);