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