1 write to StatusDescription
System.Net.Requests (1)
System\Net\CommandStream.cs (1)
658state.Resp.StatusDescription = responseString.Substring(0, completeLength);
13 references to StatusDescription
System.Net.Requests (13)
System\Net\FtpControlStream.cs (13)
242if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"Command:{entry?.Command} Description:{response?.StatusDescription}"); 258StatusLine = response.StatusDescription; 279throw GenerateException(status, response.StatusDescription, null); 320throw GenerateException(status, response.StatusDescription, null); 330throw GenerateException(status, response.StatusDescription, null); 360TryUpdateContentLength(response.StatusDescription!); 366TryUpdateResponseUri(response.StatusDescription!, request); 385_exitMessage!.Append(response.StatusDescription); 443_contentLength = GetContentLengthFrom213Response(response.StatusDescription!); 447_lastModified = GetLastModifiedFrom213Response(response.StatusDescription!); 455_loginDirectory = GetLoginDirectory(response.StatusDescription!); 685port = GetPortV4(response.StatusDescription!); 689port = GetPortV6(response.StatusDescription!);