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