2 references to GetBoundaryAndEncodingFromMultipartMixedContentType
System.Data.Services (2)
parent\Client\System\Data\Services\Client\BatchStream.cs (1)
576if (GetBoundaryAndEncodingFromMultipartMixedContentType(contentType, out boundary, out encoding))
System\Data\Services\DataService.cs (1)
1832if (!BatchStream.GetBoundaryAndEncodingFromMultipartMixedContentType(host.RequestContentType, out boundary, out encoding) ||