3 writes to _contentLength
System.Net.Requests (3)
System\Net\FtpControlStream.cs (3)
221
_contentLength
= -1;
441
_contentLength
= GetContentLengthFrom213Response(response.StatusDescription!);
1029
_contentLength
= result;
1 reference to _contentLength
System.Net.Requests (1)
System\Net\FtpControlStream.cs (1)
847
return
_contentLength
;