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