Base:
property
ContentLength
System.Net.WebResponse.ContentLength
5 references to ContentLength
System (5)
net\System\Net\Cache\FtpRequestCacheValidator.cs (4)
284if(Logging.On) Logging.PrintInfo(Logging.RequestCache, SR.GetString(SR.net_log_cache_response_last_modified, resp.LastModified.ToUniversalTime().ToString("r", CultureInfo.InvariantCulture), resp.ContentLength)); 300if (resp.ContentLength > 0) 301this.CacheStreamLength = resp.ContentLength; 307else if (resp.ContentLength == CacheEntry.StreamSize)
net\System\Net\FtpWebRequest.cs (1)
2176if (m_Connection.StatusCode == FtpStatusCode.OpeningData && m_FtpWebResponse.ContentLength == 0)