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