1 write to StatusDescription
System (1)
net\System\Net\_CommandStream.cs (1)
657state.Resp.StatusDescription = responseString.Substring(0, completeLength);
13 references to StatusDescription
System (13)
net\System\Net\_FtpControlStream.cs (13)
247GlobalLog.Print("FtpControlStream#" + ValidationHelper.HashString(this) + ">" + ((response == null) ? "null" : response.StatusDescription)); 263StatusLine = response.StatusDescription; 283throw GenerateException(status,response.StatusDescription, null); 328throw GenerateException(status,response.StatusDescription, null); 338throw GenerateException(status,response.StatusDescription, null); 369TryUpdateContentLength(response.StatusDescription); 375TryUpdateResponseUri(response.StatusDescription, request); 394m_ExitMessage.Append(response.StatusDescription); 420m_ContentLength = GetContentLengthFrom213Response(response.StatusDescription); 422m_LastModified = GetLastModifiedFrom213Response(response.StatusDescription); 430m_LoginDirectory = GetLoginDirectory(response.StatusDescription); 682port = GetPortV4(response.StatusDescription); 684port = GetPortV6(response.StatusDescription);