3 references to EncodingFromAcceptCharset
System.Data.Services (3)
System\Data\Services\DataService.cs (2)
598
return HttpProcessUtility.
EncodingFromAcceptCharset
(acceptCharset);
1298
Encoding encoding = HttpProcessUtility.
EncodingFromAcceptCharset
(host.RequestAcceptCharSet);
System\Data\Services\ErrorHandler.cs (1)
408
encoding = HttpProcessUtility.
EncodingFromAcceptCharset
(acceptCharset);