6 references to Utility
System.ServiceModel.Web (6)
System\ServiceModel\Dispatcher\FormatSelectingMessageInspector.cs (1)
159ContentType contentType = Web.Utility.GetContentType(contentTypeStr);
System\ServiceModel\Web\IncomingWebRequestContext.cs (5)
58return (string.IsNullOrEmpty(ifMatchHeader)) ? null : Utility.QuoteAwareStringSplit(ifMatchHeader); 67return (string.IsNullOrEmpty(ifNoneMatchHeader)) ? null : Utility.QuoteAwareStringSplit(ifNoneMatchHeader); 241string nextItem = Utility.QuoteAwareSubString(acceptHeader, ref offset); 247ContentType contentType = Utility.GetContentTypeOrNull(nextItem); 343string nextEntityTag = Utility.QuoteAwareSubString(header, ref offset);