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