2 references to GetBoundaryAndEncodingFromMultipartMixedContentType
System.Data.Services.Client (2)
System\Data\Services\Client\BatchStream.cs (1)
576if (GetBoundaryAndEncodingFromMultipartMixedContentType(contentType, out boundary, out encoding))
System\Data\Services\Client\DataServiceContext.cs (1)
5293if (!BatchStream.GetBoundaryAndEncodingFromMultipartMixedContentType(this.batchResponse.ContentType, out boundary, out encoding))