1 write to ContentLength
System (1)
net\System\Net\webclient.cs (1)
1103
ContentLength
= response.ContentLength;
5 references to ContentLength
System (5)
net\System\Net\webclient.cs (5)
1105
if (
ContentLength
== -1 ||
ContentLength
> DefaultDownloadBufferLength) {
1108
Length =
ContentLength
; // Read buffer length
1114
if (
ContentLength
> Int32.MaxValue)
1152
if (Offset !=
ContentLength
) {