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