3 references to ParseCallback
System (3)
net\System\Net\Cache\HttpRequestCacheValidator.cs (3)
1169
private static readonly
ParseCallback
ParseWarningsCallback = new ParseCallback(ParseWarningsCallbackMethod);
1179
internal static readonly
ParseCallback
ParseValuesCallback = new ParseCallback(ParseValuesCallbackMethod);
1197
internal static void ParseHeaderValues(string[] values,
ParseCallback
calback, IList list) {