Base:
method
ToString
System.Object.ToString()
2 references to ToString
System (2)
net\System\Net\Cache\_Rfc2616CacheValidators.cs (1)
800if(Logging.On)Logging.PrintInfo(Logging.RequestCache, SR.GetString(SR.net_log_cache_resp_allows_caching, ctx.ResponseCacheControl.ToString()));
net\System\Net\Cache\HttpRequestCacheValidator.cs (1)
238if(Logging.On) Logging.PrintInfo(Logging.RequestCache, SR.GetString(SR.net_log_cache_cache_control, CacheCacheControl.ToString()));