3 references to ContentType
System.Data.Services.Client (3)
System\Data\Services\Client\DataServiceContext.cs (1)
3973
HttpProcessUtility.ReadContentType(this.
ContentType
, out mimeType, out encoding);
System\Data\Services\Client\QueryResult.cs (2)
331
materializer = DataServiceRequest.Materialize(context, this.ServiceRequest.QueryComponents, plan, this.
ContentType
, this.GetResponseStream());
350
MaterializeAtom materializeAtom = DataServiceRequest.Materialize(context, this.ServiceRequest.QueryComponents, plan, this.
ContentType
, this.GetResponseStream());