3 overrides of ContentLength
System.Net.Requests (3)
System\Net\FileWebResponse.cs (1)
68
public override long
ContentLength
System\Net\FtpWebResponse.cs (1)
88
public override long
ContentLength
System\Net\HttpWebResponse.cs (1)
81
public override long
ContentLength
3 references to ContentLength
System.Net.WebClient (2)
System\Net\WebClient.cs (2)
832
long contentLength = response.
ContentLength
;
879
long contentLength = response.
ContentLength
;
System.Windows.Forms (1)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
658
_contentLength = (int)webResponse.
ContentLength
;