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