4 overrides of ContentLength
PresentationCore (1)
System\IO\Packaging\PackWebResponse.cs (1)
412public override long ContentLength
System.Net.Requests (3)
System\Net\FileWebResponse.cs (1)
68public override long ContentLength
System\Net\FtpWebResponse.cs (1)
88public override long ContentLength
System\Net\HttpWebResponse.cs (1)
81public override long ContentLength
5 references to ContentLength
PresentationCore (2)
System\IO\Packaging\PackWebResponse.cs (1)
194long streamLength = _fullResponse.ContentLength;
System\Windows\Media\Imaging\BitmapDownload.cs (1)
267entry.contentLength = response.ContentLength;
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
2926long contentLength = response.ContentLength;
System.Net.WebClient (2)
System\Net\WebClient.cs (2)
832long contentLength = response.ContentLength; 879long contentLength = response.ContentLength;