2 references to ContentLength
System (2)
net\System\Net\FtpWebRequest.cs (2)
1918long contentLength = connection != null? connection.ContentLength: -1; 2177m_FtpWebResponse.SetContentLength(m_Connection.ContentLength);