5 references to RequestAcceptCharSet
System.Data.Services (5)
System\Data\Services\DataService.cs (4)
899Encoding encoding = GetRequestAcceptEncoding(responseFormat, host.RequestAcceptCharSet); 1298Encoding encoding = HttpProcessUtility.EncodingFromAcceptCharset(host.RequestAcceptCharSet); 1571Encoding encoding = GetRequestAcceptEncoding(responseFormat, host.RequestAcceptCharSet); 1757string acceptCharset = (this.operationContext != null) ? this.operationContext.Host.RequestAcceptCharSet : null;
System\Data\Services\ErrorHandler.cs (1)
377(host != null) ? host.RequestAcceptCharSet : null,